@alexseitsinger/eslint-config-react
v0.14.0
Published
Eslint config for React
Downloads
23
Maintainers
Readme
Eslint Config (React)
Eslint config for React.
Example
module.exports = {
root: true,
extends: [
...
"@alexseitsinger/eslint-config-react",
...
],
}