We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3c1f8 commit 688de73Copy full SHA for 688de73
src/config/helpers/eslint.js
@@ -19,6 +19,7 @@ const parserRules = (typescript = false) => {
19
'no-throw-literal': isOff(typescript),
20
'@typescript-eslint/no-implied-eval': isOff(!typescript),
21
'@typescript-eslint/no-throw-literal': isOff(!typescript),
22
+ 'react/prop-types': isOff(typescript),
23
}
24
25
0 commit comments