0.4.1 • Published 3 years ago

eslint-config-arista-react v0.4.1

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

eslint-config-arista-react

Arista's eslint config for React/JSX code.

Usage

Create an .eslintrc.json file in your project with something similar to the following:

{
  "files": ["**/*.jsx"],
  "extends": ["arista-js", "arista-react"]
}
{
  "files": ["**/*.tsx"],
  "extends": ["arista-ts", "arista-react"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

and add "eslint-config-arista-react": "<VERSION>" to your package.json devDependencies.

This config should be applied only to .jsx and .tsx files.

0.4.1

3 years ago

0.4.0

3 years ago

0.3.31

3 years ago

0.3.30

3 years ago

0.3.29

4 years ago

0.3.28

4 years ago

0.3.27

4 years ago

0.3.26

4 years ago

0.3.25

4 years ago

0.3.24

4 years ago

0.3.23

4 years ago

0.3.22

4 years ago

0.3.21

4 years ago

0.3.20

4 years ago

0.3.19

4 years ago

0.3.18

4 years ago

0.3.17

4 years ago

0.3.16

4 years ago

0.3.15

4 years ago

0.3.13

4 years ago