diff --git a/eslintrc.ts.react.base.json b/eslintrc.ts.react.base.json index f17dc31c..814d877e 100644 --- a/eslintrc.ts.react.base.json +++ b/eslintrc.ts.react.base.json @@ -46,6 +46,7 @@ "@typescript-eslint/prefer-string-starts-ends-with": "off", "@typescript-eslint/no-duplicate-type-constituents": "off", "@typescript-eslint/array-type": "off", - "@typescript-eslint/prefer-function-type": "off" + "@typescript-eslint/prefer-function-type": "off", + "react/prop-types": "off" } }