From eb4cb0f37c50ede7003e624d4e6cf1c3d1b01665 Mon Sep 17 00:00:00 2001 From: Dima Vyshniakov <1158959+morewings@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:33:38 +0200 Subject: [PATCH] chore: update eslint.config.js --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 2ea717f5..a0264f55 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -128,6 +128,7 @@ export default [ args: 'after-used', }, ], + 'react/prop-types': 0, }, }, /* Allow devDependencies imports for tests and config files */