Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Commit 0237f66

Browse files
author
Patrick Burtchaell
committed
Fix ESLint errors
1 parent 0b020d4 commit 0237f66

File tree

7 files changed

+547
-324
lines changed

7 files changed

+547
-324
lines changed

.eslintrc

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@
66
"es6": true,
77
"mocha": true
88
},
9-
"ecmaFeatures": {
10-
"jsx": true,
11-
"modules": true
12-
},
139
"rules": {
14-
"comma-dangle": [2, "never"],
15-
"indent": [2, 2],
10+
"comma-dangle": [
11+
2,
12+
"never"
13+
],
14+
"indent": [
15+
2,
16+
2
17+
],
1618
"consistent-return": 0,
17-
"react/jsx-indent-props": [2, 2],
19+
"react/jsx-indent-props": [
20+
2,
21+
2
22+
],
1823
"react/jsx-uses-react": 2,
1924
"react/jsx-uses-vars": 2,
2025
"react/jsx-boolean-value": 0,
@@ -38,4 +43,4 @@
3843
"mount": true,
3944
"jsdom": true
4045
}
41-
}
46+
}

0 commit comments

Comments
 (0)