File tree 2 files changed +1039
-554
lines changed
2 files changed +1039
-554
lines changed Original file line number Diff line number Diff line change 90
90
"pinst" : " 3.0.0" ,
91
91
"power-assert" : " 1.6.1" ,
92
92
"regenerator-runtime" : " 0.14.1" ,
93
- "xo" : " 0.53.1 "
93
+ "xo" : " 0.57.0 "
94
94
},
95
95
"ava" : {
96
96
"files" : [
209
209
}
210
210
}
211
211
],
212
- "unicorn/prevent-abbreviations" : " off"
212
+ "unicorn/prevent-abbreviations" : " off" ,
213
+ "import/order" : [
214
+ " error" ,
215
+ {
216
+ "groups" : [
217
+ " builtin" ,
218
+ " external" ,
219
+ " internal" ,
220
+ " parent" ,
221
+ " sibling" ,
222
+ " index" ,
223
+ " object" ,
224
+ " type"
225
+ ],
226
+ "pathGroups" : [
227
+ {
228
+ "pattern" : " ava" ,
229
+ "group" : " external" ,
230
+ "position" : " before"
231
+ },
232
+ {
233
+ "pattern" : " #module" ,
234
+ "group" : " index" ,
235
+ "position" : " after"
236
+ }
237
+ ],
238
+ "pathGroupsExcludedImportTypes" : [],
239
+ "distinctGroup" : true ,
240
+ "newlines-between" : " always" ,
241
+ "alphabetize" : {
242
+ "order" : " asc" ,
243
+ "orderImportKind" : " asc" ,
244
+ "caseInsensitive" : false
245
+ },
246
+ "warnOnUnassignedImports" : true
247
+ }
248
+ ]
213
249
},
214
250
"overrides" : [
215
251
{
You can’t perform that action at this time.
0 commit comments