A shareable ESLint config for JavaScript projects.
npm i -D eslint@8 @supercharge/eslint-config
eslint |
@supercharge/eslint-config |
---|---|
8.x |
1.x |
7.x |
not supported |
Then extend the @supercharge
ESLint config. This is a shortcut for @supercharge/eslint-config
which ESLint automatically resolves:
.eslintrc.js
module.exports = {
extends: '@supercharge'
}
- @supercharge/eslint-config-typescript - ESLint config for TypeScript projects