An ESLint shareable config for Null Lines projects.
Install this config package:
$ npm install --save-dev eslint-config-n7s
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.
MIT. See LICENCE file.