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