Skip to content

Commit 0ed7190

Browse files
KPKP
KP
authored and
KP
committed
reverting uncommnented eslint file
1 parent c09d586 commit 0ed7190

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.eslintrc.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
// {
2-
// "extends": ["plugin:react/recommended", "airbnb-base"],
3-
// "parserOptions": {
4-
// "ecmaFeatures": {
5-
// "jsx": true
6-
// },
7-
// "ecmaVersion": 2018,
8-
// "sourceType": "module"
9-
// },
10-
// "plugins": ["import", "react", "jest", "jsx-a11y", "babel"],
11-
// "parser": "babel-eslint",
12-
// "env": {
13-
// "browser": true,
14-
// "node": true,
15-
// "es6": true,
16-
// "jest": true
17-
// },
18-
// "rules": {
19-
// "class-methods-use-this": "off",
20-
// "linebreak-style": 0
21-
// }
22-
// }
1+
{
2+
"extends": ["plugin:react/recommended", "airbnb-base"],
3+
"parserOptions": {
4+
"ecmaFeatures": {
5+
"jsx": true
6+
},
7+
"ecmaVersion": 2018,
8+
"sourceType": "module"
9+
},
10+
"plugins": ["import", "react", "jest", "jsx-a11y", "babel"],
11+
"parser": "babel-eslint",
12+
"env": {
13+
"browser": true,
14+
"node": true,
15+
"es6": true,
16+
"jest": true
17+
},
18+
"rules": {
19+
"class-methods-use-this": "off",
20+
"linebreak-style": 0
21+
}
22+
}

0 commit comments

Comments
 (0)