eslint-config-scuba-squad
v2.0.6
Published
ESLint config for scuba-squad code standard
Downloads
23
Maintainers
Readme
eslint-config-scuba-squad
Purpose
Provide a standard shareable extendable ESLint configuration
Installation
Via npm
npm install eslint-config-scuba-squad
Usage
install the package in your project and include an extends
property in your
.eslintrc
file or other eslint
configuration file.
{
"env": {
"any-env": "you want to override"
},
"extends": "scuba-squad",
"rules": {
"any-rule": "you want to override"
}
}
Test
npm install
npm test