1.2.1 • Published 1 year ago

eslint-config-bodc v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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:
    "eslintConfig": {
        "extends": [
          "bodc"
        ]
      },
    Note, if your 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.