Skip to content

Commit ac4de56

Browse files
committed
Remove no-undef override
It was fixed in typescript-eslint.
1 parent 8926a07 commit ac4de56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,5 @@ module.exports = {
343343

344344
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/60
345345
'no-redeclare': 'off',
346-
347-
// Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/1116
348-
'no-undef': 'off',
349346
}
350347
};

0 commit comments

Comments
 (0)