12.4.0 • Published 5 years ago

@stephensauceda/eslint-config v12.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@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