791 B
791 B
jsx-a11y/html-has-lang
💼 This rule is enabled in the following configs: ☑️ recommended
, 🔒 strict
.
Rule details
This rule takes no arguments.
Succeed
<html lang="en">
<html lang="en-US">
<html lang={language}>
Fail
<html>