12.4.0 • Published 7 years ago
@stephensauceda/eslint-config v12.4.0
@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