@stevancorre/eslint-config
v1.0.0
Published
ESLint configuration I use for my projects
Downloads
1
Readme
Installation
# Using Npm
$ npm i -D @stevancorre/eslint-config
# Pnpm
$ pnpm add -D @stevancorre/eslint-config
# Or Yarn
$ yarn add -D @stevancorre/eslint-config
How to use
Create a new .eslintrc.json
file or open an existing one, then just make it extend the configuration.
{
"extends": ["@stevancorre/eslint-config"]
}
License
This project is MIT licensed.
Credits
- Icon: eslint.org
- README design: github.com/amitmerchant1990