@davezuko/eslint-config-react
v0.1.0
Published
My preferred eslint configuration for React
Downloads
3
Readme
@davezuko/eslint-config
My preferred eslint configuration for React.
Usage
yarn add --dev @davezuko/eslint-config-react
// package.json
{
"eslintConfig": {
"extends": [
"@davezuko/eslint-config-react"
]
}
}