0.2.0 • Published 1 year ago
@tadsr/eslint-config v0.2.0
eslint-config
ESLint configuration.
Installation
npm install -D @tadsr/eslint-config
Usage
Add it to the extends
property in your package.json file:
{
"eslintConfig": {
"extends": [
"@tadsr/eslint-config/react"
]
}
}
Or in your .eslintrc.json file:
{
"extends": ["@tadsr/eslint-config/react"]
}
0.2.0
1 year ago