We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-undef
1 parent f05465e commit 56d1de2Copy full SHA for 56d1de2
packages/eslint-config-react-app/index.js
@@ -73,6 +73,8 @@ module.exports = {
73
'default-case': 'off',
74
// 'tsc' already handles this (https://github.com/typescript-eslint/typescript-eslint/issues/291)
75
'no-dupe-class-members': 'off',
76
+ // 'tsc' already handles this (https://github.com/typescript-eslint/typescript-eslint/issues/477)
77
+ 'no-undef': 'off',
78
79
// Add TypeScript specific rules (and turn off ESLint equivalents)
80
'@typescript-eslint/no-angle-bracket-type-assertion': 'warn',
0 commit comments