Skip to content

eway-crm/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWay-CRM Logo

eWay-CRM ESLint Rules for React and TypeScript

Installation

npm i --save-dev eslint @eway-crm/eslint-config-react @eway-crm/eslint-config @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react

Configuration

Add configuration to your .eslintrc.json project file:

{
  "extends": ["@eway-crm/eslint-config-react"]
}

If your project is created using create-react-app the configuration should look like this:

{
  "extends": [
        "react-app",
        "@eway-crm/eslint-config-react"
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published