@stephensauceda/eslint-config
v12.4.0
Published
An ESLint config for my personal projects
Maintainers
Readme
@stephensauceda/eslint-config
An ESLint config for my personal projects
originally forked from Kent C. Dodds
Installation
npm install --save-dev eslint @stephensauceda/eslint-configUsage
In your .eslintrc, enter:
{
"extends": "@stephensauceda",
"rules": {
// if you want to override any of the rules enter them here
}
}License
MIT
