File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 198
198
"prettier" : true ,
199
199
"rules" : {
200
200
"@typescript-eslint/no-dynamic-delete" : " off" ,
201
- "@typescript-eslint/no-non-null-assertion" : " off" ,
202
201
"arrow-body-style" : " error" ,
203
- "import/first" : " error" ,
204
- "import/newline-after-import" : " error" ,
205
- "import/no-cycle" : " error" ,
206
202
"import/no-restricted-paths" : [
207
203
" error" ,
208
204
{
288
284
"disallowTypeAnnotations" : false
289
285
}
290
286
],
291
- "@typescript-eslint/no-confusing-void-expression" : " off" ,
292
- "@typescript-eslint/no-redeclare" : " error" ,
293
287
"@typescript-eslint/no-unused-vars" : [
294
288
" error" ,
295
289
{
296
- "vars" : " all" ,
297
- "args" : " after-used" ,
298
290
"argsIgnorePattern" : " ^_" ,
299
291
"caughtErrors" : " all"
300
292
}
301
- ],
302
- "no-redeclare" : " off"
293
+ ]
303
294
},
304
295
"settings" : {
305
296
"import/resolver" : " typescript"
You can’t perform that action at this time.
0 commit comments