fix: apply 'no-redeclare' rule

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-05-26 11:32:36 +02:00
parent 03d6483e4d
commit da2a482bbf
4 changed files with 0 additions and 7 deletions

View File

@ -31,7 +31,6 @@ export default [
'no-console': 'off', // non-fixable
'no-constant-condition': 'off', // non-fixable
'no-empty': 'off', // non-fixable
'no-redeclare': 'off', // non-fixable
'no-undef': 'off', // non-fixable
'no-unused-vars': 'off', // non-fixable
'no-use-before-define': 'off', // non-fixable