Linter Rule: Disallow inline `<script>` tags and event handler attributes · Issue #161 · marcoroth/herb

Rule: html-disallow-inline-scripts Description Disallow the use of inline <script> tags and inline JavaScript event handler attributes (e.g. onclick, onload) in HTML templates. Rationale Inline Jav...