ESLint config for React projects generated with create-react-app
npm i eslint prettier @ttgint/eslint-config-react --save-dev
Add the config to either the package.json
:
{
"eslintConfig": {
"extends": "@ttgint/eslint-config-react"
}
}
or to the .eslintrc
{
"extends": "@ttgint/eslint-config-react"
}
- Based on eslint-config-airbnb
- Based on eslint-config-create-react-app
- See this great article