1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Enable github/array-foreach ESLint rule by converting all forEach to for loops (#58302)

Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
This commit is contained in:
Kevin Heis
2025-11-12 11:18:21 -08:00
committed by GitHub
parent 86216fb38b
commit 8adc699635
124 changed files with 777 additions and 718 deletions

View File

@@ -96,7 +96,6 @@ export default [
camelcase: 'off', // Many gh apis use underscores, 600+ uses
// Disabled rules to review
'github/array-foreach': 'off', // 250+
'no-console': 'off', // 800+
'@typescript-eslint/no-explicit-any': 'off', // 1000+
},