File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ export const typescriptCore = tseslint.config({
26
26
{ disallowTypeAnnotations : false , fixStyle : 'inline-type-imports' } ,
27
27
] ,
28
28
'@typescript-eslint/method-signature-style' : [ 'error' , 'property' ] , // https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful
29
+ '@typescript-eslint/no-empty-object-type' : 'off' ,
29
30
'@typescript-eslint/no-explicit-any' : 'off' ,
30
31
'@typescript-eslint/no-import-type-side-effects' : 'error' ,
31
32
'@typescript-eslint/no-non-null-assertion' : 'off' ,
32
33
'@typescript-eslint/no-redeclare' : 'error' ,
34
+ '@typescript-eslint/no-unsafe-function-type' : 'off' ,
35
+ '@typescript-eslint/no-unused-expressions' : 'off' ,
33
36
34
37
// handled by unused-imports/no-unused-imports
35
38
'@typescript-eslint/no-unused-vars' : 'off' ,
You can’t perform that action at this time.
0 commit comments