From 24198f861dc6d2a709476e0d8f4dd0b53322e7e5 Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 15 Jan 2026 19:41:12 +0300 Subject: [PATCH] Update .eslintrc.cjs --- .eslintrc.cjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 2e9d430..5df859f 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -16,5 +16,7 @@ module.exports = { ], '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], + 'react-hooks/exhaustive-deps': 'warn', + 'no-empty': 'warn', }, }