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:
@@ -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+
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user