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