fix(eslint): apply '*/comma-dangle' rules

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-05-23 12:18:04 +02:00
parent 4a67c5b7b4
commit 770e38efe5
127 changed files with 430 additions and 432 deletions

View File

@ -16,7 +16,6 @@ export default [
rules: {
'@nextcloud-l10n/non-breaking-space': 'off', // changes translation strings
'@stylistic/array-bracket-newline': 'off', // changes array formatting
'@stylistic/comma-dangle': 'off', // changes 125 files
'@stylistic/function-call-argument-newline': 'off', // changes 125 files
'@stylistic/function-paren-newline': 'off', // weird formatting
'@stylistic/implicit-arrow-linebreak': 'off', // weird formatting
@ -54,7 +53,6 @@ export default [
'prefer-const': 'off', // non-fixable
'prefer-object-has-own': 'off', // changes Objet.prototype.hasOwnProperty
'prefer-object-spread': 'off', // changes Object.assign
'vue/comma-dangle': 'off', // changes commas
'vue/first-attribute-linebreak': 'off', // changes all Vue files
'vue/multi-word-component-names': 'off', // non-fixable
'vue/no-boolean-default': 'off', // non-fixable