@checkdigit/eslint-config

9.2.0 • Public • Published

eslint-config

Copyright (c) 2021-2024 Check Digit, LLC

Check Digit ESLint configuration

Install

$ npm i @checkdigit/eslint-config --save-dev

Note that @checkdigit/eslint-config automatically brings in the correct version of eslint and the various plugins that are supported by the configuration via peerDependencies.

Example package.json

{
  // ...
  "scripts": {
    "lint": "eslint --max-warnings 0 --ignore-path .gitignore .",
    "lint:fix": "eslint --ignore-path .gitignore . --fix",
    "test": "... && npm run lint"
  }
  "eslintConfig": {
    "extends": [
      "@checkdigit/eslint-config"
    ]
  }
  // ...
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @checkdigit/eslint-config

Weekly Downloads

1,404

Version

9.2.0

License

MIT

Unpacked Size

14 kB

Total Files

4

Last publish

Collaborators

  • nakodila
  • jpolavar
  • npm-checkdigit
  • carlansley
  • bobwieler
  • ramaghanta
  • aarontay
  • yeshima
  • adcreare
  • checkdigit-deploy
  • lukebearden
  • snopanen
  • branguzmen
  • greg-w101
  • le-cong