File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 14
14
},
15
15
16
16
"plugins" : [
17
- " standard"
17
+ " standard" ,
18
+ " promise"
18
19
],
19
20
20
21
"globals" : {
129
130
130
131
"standard/object-curly-even-spacing" : [2 , " either" ],
131
132
"standard/array-bracket-even-spacing" : [2 , " either" ],
132
- "standard/computed-property-even-spacing" : [2 , " even" ]
133
+ "standard/computed-property-even-spacing" : [2 , " even" ],
134
+
135
+ "promise/param-names" : 2
133
136
}
134
137
}
Original file line number Diff line number Diff line change 10
10
"bugs" : {
11
11
"url" : " https://github.com/feross/eslint-config-standard/issues"
12
12
},
13
- "peerDependencies" : {
14
- "eslint-plugin-standard" : " ^1.1.0"
15
- },
16
13
"devDependencies" : {
17
14
"eslint" : " ^2.0.0-rc.0" ,
18
15
"eslint-plugin-standard" : " ^1.1.0" ,
47
44
],
48
45
"license" : " MIT" ,
49
46
"main" : " index.js" ,
47
+ "peerDependencies" : {
48
+ "eslint-plugin-promise" : " ^1.0.0" ,
49
+ "eslint-plugin-standard" : " ^1.1.0"
50
+ },
50
51
"repository" : {
51
52
"type" : " git" ,
52
53
"url" : " git://github.com/feross/eslint-config-standard.git"
You can’t perform that action at this time.
0 commit comments