Blame view

node_modules/eslint-plugin-html/src/__tests__/fixtures/error-at-the-beginning.html 184 Bytes
ce4c83ff   wxy   初始提交
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>