0.4.1 • Published 4 years ago
eslint-config-arista-react v0.4.1
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
4 years ago
0.4.0
4 years ago
0.3.31
4 years ago
0.3.30
5 years ago
0.3.29
5 years ago
0.3.28
5 years ago
0.3.27
5 years ago
0.3.26
5 years ago
0.3.25
5 years ago
0.3.24
5 years ago
0.3.23
5 years ago
0.3.22
5 years ago
0.3.21
5 years ago
0.3.20
5 years ago
0.3.19
5 years ago
0.3.18
5 years ago
0.3.17
5 years ago
0.3.16
5 years ago
0.3.15
5 years ago
0.3.13
5 years ago