File tree 2 files changed +10
-5
lines changed 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,12 @@ module.exports = {
221
221
fixMixedExportsWithInlineTypeSpecifier : true
222
222
}
223
223
] ,
224
- '@typescript-eslint/consistent-type-imports' : 'error' ,
224
+ '@typescript-eslint/consistent-type-imports' : [
225
+ 'error' ,
226
+ {
227
+ fixStyle : 'inline-type-imports'
228
+ }
229
+ ] ,
225
230
226
231
// Disabled because it's too annoying. Enable it when it's more mature, smarter, and more flexible.
227
232
// https://github.com/typescript-eslint/typescript-eslint/search?q=%22explicit-function-return-type%22&state=open&type=Issues
Original file line number Diff line number Diff line change 44
44
" simple"
45
45
],
46
46
"devDependencies" : {
47
- "@typescript-eslint/eslint-plugin" : " ^5.41 .0" ,
48
- "@typescript-eslint/parser" : " ^5.41 .0" ,
47
+ "@typescript-eslint/eslint-plugin" : " ^5.43 .0" ,
48
+ "@typescript-eslint/parser" : " ^5.43 .0" ,
49
49
"ava" : " ^2.4.0" ,
50
50
"eslint" : " ^7.8.1" ,
51
51
"typescript" : " >=4.4"
52
52
},
53
53
"peerDependencies" : {
54
- "@typescript-eslint/eslint-plugin" : " >=5.41 .0" ,
55
- "@typescript-eslint/parser" : " >=5.41 .0" ,
54
+ "@typescript-eslint/eslint-plugin" : " >=5.43 .0" ,
55
+ "@typescript-eslint/parser" : " >=5.43 .0" ,
56
56
"eslint" : " >=8.0.0" ,
57
57
"typescript" : " >=4.4"
58
58
}
You can’t perform that action at this time.
0 commit comments