1.6.4 • Published 2 years ago

@enouvo/eslint-config-react v1.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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