@coolcolduk/eslint-config-react
v1.1.0
Published
EsLint config for react
Downloads
40
Readme
eslint-config-react for react projects in typescript
this is eslint config for react. It has the latest version of packages required so you only need to add one dependency instead of multiple eslint dependencies.
Usage
{
// various content in package.json
"devDependencies": {
"@coolcolduk/eslint-config-react": "latest"
},
"eslintConfig": {
"extends": [
"@coolcolduk/eslint-config-react"
]
},
}