eslint-config-nodejs
v2.0.0
Published
NodeJS with ES6 nodeJS Sharing Config from Node Repository
Downloads
1,554
Readme
eslint-config-nodejs
This package provides a NodeJS with ES6 .eslintrc as an extensible shared config.
Prerequisites
Since this package is a Eslint Sharing Config, it requires the npm package of eslint
and eslint-plugin-import
.
Installation
npm i -D eslint eslint-plugin-import eslint-config-nodejs
Then add the plugin in your .eslintrc like described in the eslint's documentation
{
"extends": [
"nodejs"
]
}
TODO
- add tests