jsx-a11y/html-has-lang
October 27, 2022 ยท View on GitHub
๐ผ 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>