diff --git a/.eslintrc.js b/.eslintrc.js index c57821490..b478bcc3f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -254,4 +254,12 @@ module.exports = { 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'warn', }, + overrides: [ + { + files: ['**/*.tsx'], + 'rules': { + 'react/prop-types': 'off', + }, + }, + ], };