head-script-disabled
The script tag can not be used in head.
Level: warning
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<body>
<script src="test.js"></script>
</body>
The following pattern is considered violation:
<head>
<script src="test.js"></script>
</head>