Skip to content

head-script-disabled

The <script> tag can not be used in head.

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>
<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>