2.1.1 • Published 3 years ago

@enouvo/eslint-config-react v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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