Installation:
npm install --save-dev @appliedblockchain/eslint-config
In your project's package.json, use the shorthand syntax
"eslintConfig": {
"extends": "@appliedblockchain"
}
In your project's package.json, point to the react config
"eslintConfig": {
"extends": "@appliedblockchain/eslint-config/react"
}
This project self-lints:
npm i
npm run lint