Check Digit standard eslint configuration
npm install @checkdigit/eslint-configCopyright © 2021-2025 Check Digit, LLC
``bash`
$ npm i @checkdigit/eslint-config --save-dev
Note that @checkdigit/eslint-config automatically brings in the correct version of eslint and the variouspeerDependencies
plugins that are supported by the configuration via .
`jsonc`
{
// ...
"scripts": {
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint . --fix",
"test": "... && npm run lint",
},
// ...
}
`ts``
export { default } from '@checkdigit/eslint-config';
MIT