Skip to content

Enouvo/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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