@@ -43,6 +43,7 @@ const ignores = [
43
43
"**/package-lock.json" ,
44
44
"**/yarn.lock" ,
45
45
"**/server" ,
46
+ "eslint.config.js" ,
46
47
] ;
47
48
48
49
export default tseslint . config (
@@ -67,21 +68,6 @@ export default tseslint.config(
67
68
{
68
69
rules : {
69
70
"@typescript-eslint/no-explicit-any" : "off" ,
70
- "@typescript-eslint/explicit-module-boundary-types" : "off" ,
71
- "@typescript-eslint/no-inferrable-types" : "off" ,
72
- "@typescript-eslint/no-non-null-assertion" : "off" ,
73
- "@typescript-eslint/no-empty-interface" : "off" ,
74
- "@typescript-eslint/no-namespace" : "off" ,
75
- "@typescript-eslint/no-empty-function" : "off" ,
76
- "@typescript-eslint/no-this-alias" : "off" ,
77
- "@typescript-eslint/ban-types" : "off" ,
78
- "@typescript-eslint/ban-ts-comment" : "off" ,
79
- "prefer-spread" : "off" ,
80
- "no-case-declarations" : "off" ,
81
- "no-console" : "off" ,
82
- "@typescript-eslint/no-unused-vars" : [ "error" ] ,
83
- "@typescript-eslint/consistent-type-imports" : "warn" ,
84
- "@typescript-eslint/no-unnecessary-condition" : "warn" ,
85
71
} ,
86
72
}
87
73
) ;
0 commit comments