Skip to content

Commit 56d1de2

Browse files
andyhoppTimer
authored andcommitted
Disabled TS no-undef rule (#7179)
1 parent f05465e commit 56d1de2

File tree

1 file changed

+2
-0
lines changed
  • packages/eslint-config-react-app

1 file changed

+2
-0
lines changed

packages/eslint-config-react-app/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ module.exports = {
7373
'default-case': 'off',
7474
// 'tsc' already handles this (https://github.com/typescript-eslint/typescript-eslint/issues/291)
7575
'no-dupe-class-members': 'off',
76+
// 'tsc' already handles this (https://github.com/typescript-eslint/typescript-eslint/issues/477)
77+
'no-undef': 'off',
7678

7779
// Add TypeScript specific rules (and turn off ESLint equivalents)
7880
'@typescript-eslint/no-angle-bracket-type-assertion': 'warn',

0 commit comments

Comments
 (0)