mirror of
https://github.com/nextcloud/spreed.git
synced 2025-07-31 02:21:34 +00:00
fix: apply 'no-redeclare' rule
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user