fix: apply 'prefer-const' rule

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-05-26 12:32:12 +02:00
parent 2527a8b7a2
commit 505637e153
4 changed files with 58 additions and 59 deletions

View File

@ -33,7 +33,6 @@ export default [
'no-unused-vars': 'off', // non-fixable
'no-use-before-define': 'off', // non-fixable
'object-shorthand': 'off', // changes Vue watchers
'prefer-const': 'off', // non-fixable
'prefer-object-has-own': 'off', // changes Objet.prototype.hasOwnProperty
'prefer-object-spread': 'off', // changes Object.assign
'vue/first-attribute-linebreak': 'off', // changes all Vue files