@@ -64,19 +64,19 @@ export default tseslint.config(
64
64
// the following rules are being heavily violated in the current codebase,
65
65
// we should work on being able to enable them...
66
66
rules : {
67
- '@typescript-eslint/no-unsafe-member-access' : 'off' , // 742 instances
68
- '@typescript-eslint/no-unsafe-call' : 'off' , // 432 instances
69
- '@typescript-eslint/no-unsafe-assignment' : 'off' , // 429 instances
70
- '@typescript-eslint/no-unsafe-argument' : 'off' , // 401 instances
71
- '@typescript-eslint/no-explicit-any' : 'off' , // 226 instances
72
- '@typescript-eslint/no-unused-vars' : 'off' , // 204 instances
73
- '@typescript-eslint/no-unsafe-return' : 'off' , // 83 instances
74
- '@typescript-eslint/no-misused-promises' : 'off' , // 57 instances
75
- '@typescript-eslint/no-floating-promises' : 'off' , // 55 instances
67
+ '@typescript-eslint/no-unsafe-member-access' : 'off' , // 655 instances
68
+ '@typescript-eslint/no-unsafe-call' : 'off' , // 381 instances
69
+ '@typescript-eslint/no-unsafe-assignment' : 'off' , // 354 instances
70
+ '@typescript-eslint/no-unsafe-argument' : 'off' , // 309 instances
71
+ '@typescript-eslint/no-explicit-any' : 'off' , // 187 instances
72
+ '@typescript-eslint/no-unused-vars' : 'off' , // 169 instances
73
+ '@typescript-eslint/no-unsafe-return' : 'off' , // 74 instances
74
+ '@typescript-eslint/no-misused-promises' : 'off' , // 53 instances
75
+ '@typescript-eslint/no-floating-promises' : 'off' , // 48 instances
76
76
'no-useless-escape' : 'off' , // 38 instances
77
- '@typescript-eslint/prefer -promise-reject-errors ' : 'off' , // 36 instances
78
- 'no-async -promise-executor ' : 'off' , // 29 instances
79
- '@typescript-eslint/require-await' : 'off' , // 11 instances
77
+ 'no-async -promise-executor ' : 'off' , // 25 instances
78
+ '@typescript-eslint/prefer -promise-reject-errors ' : 'off' , // 19 instances
79
+ '@typescript-eslint/require-await' : 'off' , // 7 instances
80
80
}
81
81
} ,
82
82
{
0 commit comments