We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedfd79 commit 28f55d7Copy full SHA for 28f55d7
.eslintrc
@@ -4,6 +4,9 @@
4
"standard",
5
"standard-react"
6
],
7
+ "plugins": [
8
+ "babel"
9
+ ],
10
"env" : {
11
"browser" : true
12
},
@@ -16,6 +19,8 @@
16
19
17
20
"rules": {
18
21
"semi" : [2, "never"],
- "max-len": [2, 120, 2]
22
+ "max-len": [2, 120, 2],
23
+ "generator-star-spacing": 0,
24
+ "babel/generator-star-spacing": 1
25
}
26
package.json
@@ -133,7 +133,7 @@
133
"eslint": "^2.4.0",
134
"eslint-config-standard": "^5.1.0",
135
"eslint-config-standard-react": "^2.2.0",
136
- "eslint-plugin-babel": "^3.0.0",
+ "eslint-plugin-babel": "^3.2.0",
137
"eslint-plugin-promise": "^1.0.8",
138
"eslint-plugin-react": "^5.0.0",
139
"eslint-plugin-standard": "^1.3.1",
0 commit comments