@nerkarso/eslint-config
v0.2.0
Published
ESLint configuration
Downloads
9
Readme
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"]
}