File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 111
111
"no-console" : " off" ,
112
112
"no-nested-ternary" : " off" ,
113
113
"no-useless-catch" : " off" ,
114
- "jest/prefer-snapshot-hint" : " off"
114
+ "jest/prefer-snapshot-hint" : " off" ,
115
+ "import/consistent-type-specifier-style" : " off"
115
116
}
116
117
},
117
118
"eslintIgnore" : [
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Object {
67
67
" @typescript-eslint/no-throw-literal" : " off" ,
68
68
" @typescript-eslint/return-await" : " off" ,
69
69
" class-methods-use-this" : " off" ,
70
+ " import/consistent-type-specifier-style" : " off" ,
70
71
" import/no-extraneous-dependencies" : Array [
71
72
" error" ,
72
73
Object {
@@ -200,6 +201,7 @@ Object {
200
201
" @typescript-eslint/no-throw-literal" : " off" ,
201
202
" @typescript-eslint/return-await" : " off" ,
202
203
" class-methods-use-this" : " off" ,
204
+ " import/consistent-type-specifier-style" : " off" ,
203
205
" import/no-extraneous-dependencies" : Array [
204
206
" error" ,
205
207
Object {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ const buildConfig = ({withReact = false} = {}) => {
53
53
rules : {
54
54
'class-methods-use-this' : 'off' ,
55
55
'import/prefer-default-export' : 'off' ,
56
+ 'import/consistent-type-specifier-style' : 'off' ,
56
57
'import/no-extraneous-dependencies' : [
57
58
'error' ,
58
59
{
You can’t perform that action at this time.
0 commit comments