@yanotec/eslint-config-reactjs
v1.0.9
Published
ESLint configuration for ReactJS used by Yanotec.
Downloads
69
Maintainers
Readme
Yanotec ESLint config for ReactJS apps
Whats included?
- Airbnb config base;
- Prettier;
Setup
- Install the dependencies
npm i -D eslint @yanotec/eslint-config-reactjs- Create a
.eslintrc.jsonfile extending the config:
for ts project
{
"extends": "@yanotec/eslint-config-reactjs/ts-recommended"
}or js project
{
"extends": "@yanotec/eslint-config-reactjs/js-recommended"
}You can also use a
.eslintrc.jsinstead of JSON if you prefer.
