eslint-config-n7s

ESlint config for Null Lines projects

Usage no npm install needed!

<script type="module">
  import eslintConfigN7s from 'https://cdn.skypack.dev/eslint-config-n7s';
</script>

README

eslint-config-n7s

An ESLint shareable config for Null Lines projects.

Installation

Install this config package:

$ npm install --save-dev eslint-config-n7s

Usage

Add the following to your .eslintrc or eslintConfig in package.json

"extends": [
  "eslint-config-n7s"
]

For more details on shareable configs, read the shareable configs docs.

License

MIT. See LICENCE file.