Skip to content

Commit 57e2a77

Browse files
committed
avoid warnings on jsx vars
1 parent 0c168ca commit 57e2a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parser": "babel-eslint",
33
"rules": {
44
"indent": [
5-
2,
5+
1,
66
2,
77
{ "SwitchCase": 1 }
88
],
@@ -11,6 +11,7 @@
1111
"single"
1212
],
1313
"react/jsx-uses-react": 1,
14+
"react/jsx-uses-vars": 1,
1415
"linebreak-style": [
1516
2,
1617
"unix"

0 commit comments

Comments
 (0)