mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
514 B
514 B
html-has-lang
<html> elements must have the lang prop.Rule details
This rule takes no arguments.
Succeed
<html lang="en">
<html lang="en-US">
<html lang={language}>
Fail
<html>