1.0.6 • Published 7 days ago

@eway-crm/eslint-config-react v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 days ago

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"
    ]
}
1.0.6

7 days ago

1.0.5

2 months ago

1.0.4

8 months ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago