Node package defining standard linting rules for BODC React projects.
To use:
- Install the package:
npm install --save-dev 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.