@enouvo/eslint-config-react
v1.6.4
Published
Eslint config for enouvo front end development
Readme
Reactjs eslint configuration
Enouvo Eslint config with:
- Typescript
- Prettier
Usage
Add "extends": "@enouvo/eslint-config-react" to your eslint config file.
Example:
File: .eslintrc.json
{
"extends": ["@enouvo/eslint-config-react"]
}Description
Package contains the base eslint configuration using for ReactJS project
How to install
yarn add @enouvo/eslint-config-react
