diff --git a/.eslintrc.js b/.eslintrc.js index 5968d6778881..dc26cd3efd22 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -58,7 +58,8 @@ module.exports = { 'jest/no-jest-import': 'off', 'jest/no-export': 'warn', 'jest/no-try-expect': 'warn', - 'jest/expect-expect': 'off' + 'jest/expect-expect': 'off', + 'react/prop-types': 'warn' }, settings: { react: {