non-standard

Minimal linting

Usage no npm install needed!

<script type="module">
  import nonStandard from 'https://cdn.skypack.dev/non-standard';
</script>

README

non standard

Lint for just a few things.

  • 4 spaces
  • no semicolons
  • max line length of 80 columns
  • no unused variables, but unused paramters are ok
  • single quotes, but double are ok for escaping purposes

install

npm i non-standard

use

In your project directory, type this:

nonstandard