File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 111111 "no-console" : " off" ,
112112 "no-nested-ternary" : " off" ,
113113 "no-useless-catch" : " off" ,
114- "jest/prefer-snapshot-hint" : " off"
114+ "jest/prefer-snapshot-hint" : " off" ,
115+ "import/consistent-type-specifier-style" : " off"
115116 }
116117 },
117118 "eslintIgnore" : [
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Object {
6767 " @typescript-eslint/no-throw-literal" : " off" ,
6868 " @typescript-eslint/return-await" : " off" ,
6969 " class-methods-use-this" : " off" ,
70+ " import/consistent-type-specifier-style" : " off" ,
7071 " import/no-extraneous-dependencies" : Array [
7172 " error" ,
7273 Object {
@@ -200,6 +201,7 @@ Object {
200201 " @typescript-eslint/no-throw-literal" : " off" ,
201202 " @typescript-eslint/return-await" : " off" ,
202203 " class-methods-use-this" : " off" ,
204+ " import/consistent-type-specifier-style" : " off" ,
203205 " import/no-extraneous-dependencies" : Array [
204206 " error" ,
205207 Object {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ const buildConfig = ({withReact = false} = {}) => {
5353 rules : {
5454 'class-methods-use-this' : 'off' ,
5555 'import/prefer-default-export' : 'off' ,
56+ 'import/consistent-type-specifier-style' : 'off' ,
5657 'import/no-extraneous-dependencies' : [
5758 'error' ,
5859 {
You can’t perform that action at this time.
0 commit comments