Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 33e63b6

Browse files
committed
fix(.eslintrc): remove prefer-const rule
fix(.eslintrc): remove prefer-const rule
1 parent 942ad7f commit 33e63b6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"extends": [
3-
"plugin:react/recommended",
4-
"standard"
5-
],
2+
"extends": ["plugin:react/recommended", "standard"],
63
"parser": "babel-eslint",
74
"plugins": ["react", "babel"],
85
"parserOptions": {
@@ -19,7 +16,6 @@
1916
"jest": true
2017
},
2118
"rules": {
22-
"prefer-const": "warn",
2319
"no-tabs": 0,
2420
"indent": [2, "tab"]
2521
}

0 commit comments

Comments
 (0)