UNPKG

eslint-plugin-html

Version:

A ESLint plugin to lint and fix inline scripts contained in HTML files.

8 lines (5 loc) 184 B
<script>// This line should be flagged as being too long but it totally isn't. // Also missing max-lines error... console.log("debug"); console.log("more than one line."); </script>