Skip to content

script-disabled

The <script> tag can not be used anywhere in the document.

Level: Warning

  1. true: enable rule
  2. 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>