@stanlemon/eslint-config
v3.0.0
Published
My typical eslint setup, but without all the copy and paste.
Downloads
693
Readme
ESLint Config
ESLint is great, but it takes a lot to setup! This is my attempt to create a package that contains all of the dependencies I need, plus a simple config to use.
To use this, simply create the following file:
.eslintrc.json
{
"extends": [
"@stanlemon"
]
}
For the most part this config utilizes create-react-app
with support for typescript
(only in typescript files) and is consistent with prettier
formatting.
If you don't like it, use something else. ;)