Copyright © 2021-2025 Check Digit, LLC
$ 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.
export { default } from '@checkdigit/eslint-config';MIT
{ // ... "scripts": { "lint": "eslint --max-warnings 0 .", "lint:fix": "eslint . --fix", "test": "... && npm run lint", }, // ... }