Update .eslintrc.cjs

This commit is contained in:
Egor
2026-01-15 19:41:12 +03:00
committed by GitHub
parent 0bf4d386c5
commit 24198f861d

View File

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