Enable @typescript-eslint/ban-ts-comment and fix all type errors (#58296)
This commit is contained in:
@@ -96,7 +96,6 @@ export default [
|
||||
camelcase: 'off', // Many gh apis use underscores, 600+ uses
|
||||
|
||||
// Disabled rules to review
|
||||
'@typescript-eslint/ban-ts-comment': 'off', // 50+
|
||||
'github/array-foreach': 'off', // 250+
|
||||
'no-console': 'off', // 800+
|
||||
'@typescript-eslint/no-explicit-any': 'off', // 1000+
|
||||
|
||||
Reference in New Issue
Block a user