From aea97ac2940dbca2a36b8e5de9bd3e9abe712df1 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 18 Jun 2021 15:28:18 -0400 Subject: [PATCH] Disable react/prop-types for .ts(x)? files Signed-off-by: Sebastian Malton --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) 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"],