head-script-disabled
The <script> tag can not be used in head.
Level: Warning
Config value
Section titled “Config value”true: enable rulefalse: disable rule
The following patterns are not considered rule violations
Section titled “The following patterns are not considered rule violations”<body> <script src="test.js"></script></body>The following pattern is considered a rule violation:
Section titled “The following pattern is considered a rule violation:”<head> <script src="test.js"></script></head>