From eb8344f84ca305cee3758c19c5b97f39fbc1e6ee Mon Sep 17 00:00:00 2001 From: Terry Sahaidak Date: Thu, 1 Sep 2022 12:09:13 +0300 Subject: [PATCH] Disable prop types --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1083a4d..c7a6565 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -76,7 +76,7 @@ module.exports = { '@typescript-eslint/no-non-null-asserted-optional-chain': 'warn', // TODO MUST FIX 'react/jsx-props-no-spreading': 'warn', - 'react/prop-types': 'warn', // TODO will be fixed after TS migration + 'react/prop-types': 'off', 'react/display-name': 'warn', // TODO easy fix // mimic default eslint