0.1.2 • Published 7 years ago

eslint-config-n7s v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.