@crrntly/eslint-config-react-app
v0.2.1
Published
An [eslint](https://eslint.org/) configuration for React projects.
Downloads
21
Readme
@crrntly/eslint-config-react-app
An eslint configuration for React projects.
Installation
npm install --save-dev @crrntly/eslint-config-react-app
Usage
package.json
{
"eslintConfig": {
"extends": [
"@crrntly/eslint-config",
"@crrntly/eslint-config-react-app"
]
}
}