diff --git a/.eslintrc.js b/.eslintrc.js index 09e6bd3819..7ef30d22ff 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -129,6 +129,7 @@ module.exports = { "avoidEscape": true, "allowTemplateLiterals": true, }], + "react/prop-types": "off", "semi": "off", "@typescript-eslint/semi": ["error"], "linebreak-style": ["error", "unix"], @@ -196,6 +197,7 @@ module.exports = { "avoidEscape": true, "allowTemplateLiterals": true, }], + "react/prop-types": "off", "semi": "off", "@typescript-eslint/semi": ["error"], "linebreak-style": ["error", "unix"],