Skip to content

Commit 7e01687

Browse files
authored
Merge pull request #128 from leviFrosty/no-for-in-array
feat: add no-for-in-array
2 parents eefe288 + 7b5d97c commit 7e01687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

partials/typescript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ module.exports = {
197197
'@typescript-eslint/triple-slash-reference': [ 'error', { 'path': 'never', 'types': 'never', 'lib': 'never' } ],
198198
'@typescript-eslint/no-empty-interface': 'error',
199199
'@typescript-eslint/no-explicit-any': 'error',
200+
'@typescript-eslint/no-for-in-array': 'error',
200201

201202
// Turn off the core no-use-before-define to avoid double reporting errors.
202203
'no-use-before-define': 'off',

0 commit comments

Comments
 (0)