File tree Expand file tree Collapse file tree 2 files changed +1038
-595
lines changed Expand file tree Collapse file tree 2 files changed +1038
-595
lines changed Original file line number Diff line number Diff line change 98
98
"pinst" : " 3.0.0" ,
99
99
"power-assert" : " 1.6.1" ,
100
100
"regenerator-runtime" : " 0.14.1" ,
101
- "xo" : " 0.53.1 "
101
+ "xo" : " 0.57.0 "
102
102
},
103
103
"ava" : {
104
104
"files" : [
217
217
}
218
218
],
219
219
"unicorn/prefer-node-protocol" : " off" ,
220
- "unicorn/prevent-abbreviations" : " off"
220
+ "unicorn/prevent-abbreviations" : " off" ,
221
+ "import/order" : [
222
+ " error" ,
223
+ {
224
+ "groups" : [
225
+ " builtin" ,
226
+ " external" ,
227
+ " internal" ,
228
+ " parent" ,
229
+ " sibling" ,
230
+ " index" ,
231
+ " object" ,
232
+ " type"
233
+ ],
234
+ "pathGroups" : [
235
+ {
236
+ "pattern" : " ava" ,
237
+ "group" : " external" ,
238
+ "position" : " before"
239
+ },
240
+ {
241
+ "pattern" : " #module" ,
242
+ "group" : " index" ,
243
+ "position" : " after"
244
+ }
245
+ ],
246
+ "pathGroupsExcludedImportTypes" : [],
247
+ "distinctGroup" : true ,
248
+ "newlines-between" : " always" ,
249
+ "alphabetize" : {
250
+ "order" : " asc" ,
251
+ "orderImportKind" : " asc" ,
252
+ "caseInsensitive" : false
253
+ },
254
+ "warnOnUnassignedImports" : true
255
+ }
256
+ ]
221
257
},
222
258
"overrides" : [
223
259
{
You can’t perform that action at this time.
0 commit comments