eslint-config-sinon
v4.0.0
Published
Common eslint config for Sinon
Downloads
1,618
Readme
Shared eslint config for Sinon
The sharable eslint config for all Sinon.JS projects.
Install
$ npm install eslint-config-sinon eslint --save-dev
Usage
Add this to the package.json
:
{
"eslintConfig": {
"extends": "eslint-config-sinon"
},
"devDependencies": {
"eslint-config-sinon": "^2.0.0",
"eslint": "^5.6.1"
}
}