eslint-config-bodc
v1.2.1
Published
Common lint rules for BODC React apps.
Downloads
569
Readme
Node package defining standard linting rules for BODC React projects.
To use:
- Install the package:
npm install eslint-config-bodc
- Add the following to your project's
package.json
:
Note, if your"eslintConfig": { "extends": [ "bodc" ] },
package.json
already contains an "eslintConfig" section that should be replaced with this. Likewise if you have a.eslintrc.json
file, that should be removed as well.