error-at-the-beginning.html 184 Bytes
<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>