0.4.1 • Published 5 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
5 years ago
0.4.0
5 years ago
0.3.31
5 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
6 years ago
0.3.21
6 years ago
0.3.20
6 years ago
0.3.19
6 years ago
0.3.18
6 years ago
0.3.17
6 years ago
0.3.16
6 years ago
0.3.15
6 years ago
0.3.13
6 years ago