From 0e03cf5fb9c70d0fd5f49de22b4889b8675b8e09 Mon Sep 17 00:00:00 2001 From: dzonidoo Date: Thu, 18 Jan 2024 13:11:01 +0100 Subject: [PATCH] disable es lint for prop-types --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index d404313ec..bc94f5b3b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { '@typescript-eslint', ], 'rules': { + 'react/prop-types': 0, '@typescript-eslint/no-explicit-any': 0, '@typescript-eslint/ban-ts-comment': 0, 'indent': [