We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf886bc commit 6ff2bfaCopy full SHA for 6ff2bfa
packages/eslint-config-react-app/index.js
@@ -71,6 +71,8 @@ module.exports = {
71
rules: {
72
// TypeScript's `noFallthroughCasesInSwitch` option is more robust (#6906)
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
77
// Add TypeScript specific rules (and turn off ESLint equivalents)
78
'@typescript-eslint/no-angle-bracket-type-assertion': 'warn',
0 commit comments