error-at-the-beginning.html 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <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>