@checkdigit/eslint-config
v11.6.1
Published
Check Digit standard eslint configuration
Readme
@checkdigit/eslint-config
Copyright © 2021-2025 Check Digit, LLC
Install
$ npm i @checkdigit/eslint-config --save-devNote 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 .",
"lint:fix": "eslint . --fix",
"test": "... && npm run lint",
},
// ...
}Example eslint.config.mjs
export { default } from '@checkdigit/eslint-config';License
MIT
