eslint-config
ESLint configuration.
Installation
npm install -D @nerkarso/eslint-config
Usage
Add it to the extends
property in your package.json file:
{
"eslintConfig": {
"extends": [
"@nerkarso/eslint-config/react"
]
}
}
Or in your .eslintrc.json file:
{
"extends": ["@nerkarso/eslint-config/react"]
}