1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Enable @typescript-eslint/ban-ts-comment and fix all type errors (#58296)

This commit is contained in:
Kevin Heis
2025-11-04 14:19:22 -08:00
committed by GitHub
parent 890353b583
commit 3755f4c920
75 changed files with 640 additions and 238 deletions

View File

@@ -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+