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', }, }