npm.io
12.4.0 • Published 6 years ago

@stephensauceda/eslint-config

Licence
MIT
Version
12.4.0
Deps
5
Size
3 kB
Vulns
0
Weekly
0

@stephensauceda/eslint-config

npm GitHub license

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