Licence
MIT
Version
12.4.0
Deps
5
Size
3 kB
Vulns
0
Weekly
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-config
Usage
In your .eslintrc, enter:
{
"extends": "@stephensauceda",
"rules": {
// if you want to override any of the rules enter them here
}
}
License
MIT