Fix all no-shadow ESLint violations (#58234)
This commit is contained in:
@@ -97,7 +97,6 @@ export default [
|
||||
|
||||
// Disabled rules to review
|
||||
'@typescript-eslint/ban-ts-comment': 'off', // 50+
|
||||
'no-shadow': 'off', // 150+
|
||||
'github/array-foreach': 'off', // 250+
|
||||
'no-console': 'off', // 800+
|
||||
'@typescript-eslint/no-explicit-any': 'off', // 1000+
|
||||
|
||||
Reference in New Issue
Block a user