From 037d15d2ef57b3db02bcd658ba03b4ff3a89363a Mon Sep 17 00:00:00 2001 From: BacLuc Date: Mon, 12 Aug 2024 23:25:16 +0200 Subject: [PATCH] pdf: delete eslint-config-(js,vue).json again Was only needed for the migration Issue: #5282 --- pdf/eslint-config-js.json | 374 ------------------------------------- pdf/eslint-config-vue.json | 374 ------------------------------------- 2 files changed, 748 deletions(-) delete mode 100644 pdf/eslint-config-js.json delete mode 100644 pdf/eslint-config-vue.json diff --git a/pdf/eslint-config-js.json b/pdf/eslint-config-js.json deleted file mode 100644 index 762afc124f..0000000000 --- a/pdf/eslint-config-js.json +++ /dev/null @@ -1,374 +0,0 @@ -{ - "@babel/object-curly-spacing": [0], - "@babel/semi": [0], - "@typescript-eslint/block-spacing": [0], - "@typescript-eslint/brace-style": [0], - "@typescript-eslint/comma-dangle": [0], - "@typescript-eslint/comma-spacing": [0], - "@typescript-eslint/func-call-spacing": [0], - "@typescript-eslint/indent": [0], - "@typescript-eslint/key-spacing": [0], - "@typescript-eslint/keyword-spacing": [0], - "@typescript-eslint/lines-around-comment": [0], - "@typescript-eslint/member-delimiter-style": [0], - "@typescript-eslint/no-extra-parens": [0], - "@typescript-eslint/no-extra-semi": [0], - "@typescript-eslint/object-curly-spacing": [0], - "@typescript-eslint/quotes": [0], - "@typescript-eslint/semi": [0], - "@typescript-eslint/space-before-blocks": [0], - "@typescript-eslint/space-before-function-paren": [0], - "@typescript-eslint/space-infix-ops": [0], - "@typescript-eslint/type-annotation-spacing": [0], - "array-bracket-newline": [0], - "array-bracket-spacing": [0], - "array-element-newline": [0], - "arrow-body-style": [0], - "arrow-parens": [0], - "arrow-spacing": [0], - "babel/object-curly-spacing": [0], - "babel/quotes": [0], - "babel/semi": [0], - "block-spacing": [0], - "brace-style": [0], - "comma-dangle": [0], - "comma-spacing": [0], - "comma-style": [0], - "computed-property-spacing": [0], - "constructor-super": [2], - "curly": [0], - "dot-location": [0], - "eol-last": [0], - "flowtype/boolean-style": [0], - "flowtype/delimiter-dangle": [0], - "flowtype/generic-spacing": [0], - "flowtype/object-type-curly-spacing": [0], - "flowtype/object-type-delimiter": [0], - "flowtype/quotes": [0], - "flowtype/semi": [0], - "flowtype/space-after-type-colon": [0], - "flowtype/space-before-generic-bracket": [0], - "flowtype/space-before-type-colon": [0], - "flowtype/union-intersection-spacing": [0], - "for-direction": [2], - "func-call-spacing": [0], - "function-call-argument-newline": [0], - "function-paren-newline": [0], - "generator-star": [0], - "generator-star-spacing": [0], - "getter-return": [2], - "implicit-arrow-linebreak": [0], - "indent": [0], - "indent-legacy": [0], - "jsx-quotes": [0], - "key-spacing": [0], - "keyword-spacing": [0], - "linebreak-style": [0], - "lines-around-comment": [0], - "local-rules/matching-translation-keys": [ - 2, - { - "ignoreKeysRegex": "^(global|entity|contentNode\\.[a-z][a-zA-Z]+|print\\.(global|activity|cover|picasso|program|story|toc))\\..+", - "translationKeyPropRegex": "[a-zA-Z0-9]-i18n-key$" - } - ], - "max-len": [0], - "max-statements-per-line": [0], - "multiline-ternary": [0], - "new-parens": [0], - "newline-per-chained-call": [0], - "no-arrow-condition": [0], - "no-async-promise-executor": [2], - "no-case-declarations": [2], - "no-class-assign": [2], - "no-comma-dangle": [0], - "no-compare-neg-zero": [2], - "no-cond-assign": [2], - "no-confusing-arrow": [0], - "no-const-assign": [2], - "no-constant-binary-expression": [2], - "no-constant-condition": [2], - "no-control-regex": [2], - "no-debugger": [2], - "no-delete-var": [2], - "no-dupe-args": [2], - "no-dupe-class-members": [2], - "no-dupe-else-if": [2], - "no-dupe-keys": [2], - "no-duplicate-case": [2], - "no-empty": [2], - "no-empty-character-class": [2], - "no-empty-pattern": [2], - "no-empty-static-block": [2], - "no-ex-assign": [2], - "no-extra-boolean-cast": [2], - "no-extra-parens": [0], - "no-extra-semi": [0], - "no-fallthrough": [2], - "no-floating-decimal": [0], - "no-func-assign": [2], - "no-global-assign": [2], - "no-import-assign": [2], - "no-invalid-regexp": [2], - "no-irregular-whitespace": [2], - "no-loss-of-precision": [2], - "no-misleading-character-class": [2], - "no-mixed-operators": [0], - "no-mixed-spaces-and-tabs": [0], - "no-multi-spaces": [0], - "no-multiple-empty-lines": [0], - "no-new-native-nonconstructor": [2], - "no-nonoctal-decimal-escape": [2], - "no-obj-calls": [2], - "no-octal": [2], - "no-prototype-builtins": [2], - "no-redeclare": [2], - "no-regex-spaces": [2], - "no-reserved-keys": [0], - "no-self-assign": [2], - "no-setter-return": [2], - "no-shadow-restricted-names": [2], - "no-space-before-semi": [0], - "no-spaced-func": [0], - "no-sparse-arrays": [2], - "no-tabs": [0], - "no-this-before-super": [2], - "no-trailing-spaces": [0], - "no-undef": [2], - "no-unexpected-multiline": [0], - "no-unreachable": [2], - "no-unsafe-finally": [2], - "no-unsafe-negation": [2], - "no-unsafe-optional-chaining": [2], - "no-unused-labels": [2], - "no-unused-private-class-members": [2], - "no-unused-vars": [ - 2, - { - "argsIgnorePattern": "^_$" - } - ], - "no-useless-backreference": [2], - "no-useless-catch": [2], - "no-useless-escape": [2], - "no-whitespace-before-property": [0], - "no-with": [2], - "no-wrap-func": [0], - "nonblock-statement-body-position": [0], - "object-curly-newline": [0], - "object-curly-spacing": [0], - "object-property-newline": [0], - "one-var-declaration-per-line": [0], - "operator-linebreak": [0], - "padded-blocks": [0], - "prefer-arrow-callback": [0], - "prefer-const": [2], - "prettier/prettier": [2], - "quote-props": [0], - "quotes": [0], - "react/jsx-child-element-spacing": [0], - "react/jsx-closing-bracket-location": [0], - "react/jsx-closing-tag-location": [0], - "react/jsx-curly-newline": [0], - "react/jsx-curly-spacing": [0], - "react/jsx-equals-spacing": [0], - "react/jsx-first-prop-new-line": [0], - "react/jsx-indent": [0], - "react/jsx-indent-props": [0], - "react/jsx-max-props-per-line": [0], - "react/jsx-newline": [0], - "react/jsx-one-expression-per-line": [0], - "react/jsx-props-no-multi-spaces": [0], - "react/jsx-space-before-closing": [0], - "react/jsx-tag-spacing": [0], - "react/jsx-wrap-multilines": [0], - "require-yield": [2], - "rest-spread-spacing": [0], - "semi": [0], - "semi-spacing": [0], - "semi-style": [0], - "space-after-function-name": [0], - "space-after-keywords": [0], - "space-before-blocks": [0], - "space-before-function-paren": [0], - "space-before-function-parentheses": [0], - "space-before-keywords": [0], - "space-in-brackets": [0], - "space-in-parens": [0], - "space-infix-ops": [0], - "space-return-throw-case": [0], - "space-unary-ops": [0], - "space-unary-word-ops": [0], - "standard/array-bracket-even-spacing": [0], - "standard/computed-property-even-spacing": [0], - "standard/object-curly-even-spacing": [0], - "switch-colon-spacing": [0], - "template-curly-spacing": [0], - "template-tag-spacing": [0], - "unicorn/empty-brace-spaces": [0], - "unicorn/no-nested-ternary": [0], - "unicorn/number-literal-case": [0], - "unicorn/template-indent": [0], - "use-isnan": [2], - "valid-typeof": [2], - "vue/array-bracket-newline": [0], - "vue/array-bracket-spacing": [0], - "vue/array-element-newline": [0], - "vue/arrow-spacing": [0], - "vue/attribute-hyphenation": [1], - "vue/attributes-order": [1], - "vue/block-spacing": [0], - "vue/block-tag-newline": [0], - "vue/brace-style": [0], - "vue/comma-dangle": [0], - "vue/comma-spacing": [0], - "vue/comma-style": [0], - "vue/comment-directive": [2], - "vue/component-definition-name-casing": [1], - "vue/component-tags-order": [ - 2, - { - "order": ["template", "script", "style"] - } - ], - "vue/dot-location": [0], - "vue/first-attribute-linebreak": [1], - "vue/func-call-spacing": [0], - "vue/html-closing-bracket-newline": [0], - "vue/html-closing-bracket-spacing": [0], - "vue/html-end-tags": [0], - "vue/html-indent": [0], - "vue/html-quotes": [0], - "vue/html-self-closing": [0], - "vue/jsx-uses-vars": [2], - "vue/key-spacing": [0], - "vue/keyword-spacing": [0], - "vue/max-attributes-per-line": [0], - "vue/max-len": [0], - "vue/multi-word-component-names": [0], - "vue/multiline-html-element-content-newline": [0], - "vue/multiline-ternary": [0], - "vue/mustache-interpolation-spacing": [0], - "vue/no-arrow-functions-in-watch": [2], - "vue/no-async-in-computed-properties": [2], - "vue/no-child-content": [2], - "vue/no-computed-properties-in-data": [2], - "vue/no-deprecated-data-object-declaration": [2], - "vue/no-deprecated-destroyed-lifecycle": [2], - "vue/no-deprecated-dollar-listeners-api": [2], - "vue/no-deprecated-dollar-scopedslots-api": [2], - "vue/no-deprecated-events-api": [2], - "vue/no-deprecated-filter": [2], - "vue/no-deprecated-functional-template": [2], - "vue/no-deprecated-html-element-is": [2], - "vue/no-deprecated-inline-template": [2], - "vue/no-deprecated-props-default-this": [2], - "vue/no-deprecated-router-link-tag-prop": [2], - "vue/no-deprecated-scope-attribute": [2], - "vue/no-deprecated-slot-attribute": [2], - "vue/no-deprecated-slot-scope-attribute": [2], - "vue/no-deprecated-v-bind-sync": [2], - "vue/no-deprecated-v-is": [2], - "vue/no-deprecated-v-on-native-modifier": [2], - "vue/no-deprecated-v-on-number-modifiers": [2], - "vue/no-deprecated-vue-config-keycodes": [2], - "vue/no-dupe-keys": [2], - "vue/no-dupe-v-else-if": [2], - "vue/no-duplicate-attributes": [2], - "vue/no-export-in-script-setup": [2], - "vue/no-expose-after-await": [2], - "vue/no-extra-parens": [0], - "vue/no-lifecycle-after-await": [2], - "vue/no-lone-template": [1], - "vue/no-multi-spaces": [0], - "vue/no-multiple-slot-args": [1], - "vue/no-mutating-props": [2], - "vue/no-parsing-error": [2], - "vue/no-ref-as-operand": [2], - "vue/no-reserved-component-names": [0], - "vue/no-reserved-keys": [2], - "vue/no-reserved-props": [2], - "vue/no-shared-component-data": [2], - "vue/no-side-effects-in-computed-properties": [2], - "vue/no-spaces-around-equal-signs-in-attribute": [0], - "vue/no-template-key": [2], - "vue/no-template-shadow": [1], - "vue/no-textarea-mustache": [2], - "vue/no-unused-components": [2], - "vue/no-unused-vars": [ - 2, - { - "ignorePattern": "^_" - } - ], - "vue/no-use-computed-property-like-method": [2], - "vue/no-use-v-if-with-v-for": [2], - "vue/no-useless-template-attributes": [2], - "vue/no-v-for-template-key-on-child": [2], - "vue/no-v-html": [1], - "vue/no-v-text-v-html-on-component": [2], - "vue/no-watch-after-await": [2], - "vue/object-curly-newline": [0], - "vue/object-curly-spacing": [0], - "vue/object-property-newline": [0], - "vue/one-component-per-file": [1], - "vue/operator-linebreak": [0], - "vue/order-in-components": [1], - "vue/prefer-import-from-vue": [2], - "vue/prop-name-casing": [1], - "vue/quote-props": [0], - "vue/require-component-is": [2], - "vue/require-default-prop": [1], - "vue/require-explicit-emits": [1], - "vue/require-prop-type-constructor": [2], - "vue/require-prop-types": [1], - "vue/require-render-return": [2], - "vue/require-slots-as-functions": [2], - "vue/require-toggle-inside-transition": [2], - "vue/require-v-for-key": [2], - "vue/require-valid-default-prop": [2], - "vue/return-in-computed-property": [2], - "vue/return-in-emits-validator": [2], - "vue/script-indent": [0], - "vue/singleline-html-element-content-newline": [0], - "vue/space-in-parens": [0], - "vue/space-infix-ops": [0], - "vue/space-unary-ops": [0], - "vue/template-curly-spacing": [0], - "vue/this-in-template": [1], - "vue/use-v-on-exact": [2], - "vue/v-bind-style": [1], - "vue/v-on-event-hyphenation": [ - 1, - "always", - { - "autofix": true - } - ], - "vue/v-on-style": [1], - "vue/v-slot-style": [1], - "vue/valid-attribute-name": [2], - "vue/valid-define-emits": [2], - "vue/valid-define-props": [2], - "vue/valid-next-tick": [2], - "vue/valid-template-root": [2], - "vue/valid-v-bind": [2], - "vue/valid-v-cloak": [2], - "vue/valid-v-else": [2], - "vue/valid-v-else-if": [2], - "vue/valid-v-for": [0], - "vue/valid-v-html": [2], - "vue/valid-v-if": [2], - "vue/valid-v-is": [2], - "vue/valid-v-memo": [2], - "vue/valid-v-model": [2], - "vue/valid-v-on": [2], - "vue/valid-v-once": [2], - "vue/valid-v-pre": [2], - "vue/valid-v-show": [2], - "vue/valid-v-slot": [2], - "vue/valid-v-text": [2], - "wrap-iife": [0], - "wrap-regex": [0], - "yield-star-spacing": [0] -} diff --git a/pdf/eslint-config-vue.json b/pdf/eslint-config-vue.json deleted file mode 100644 index 762afc124f..0000000000 --- a/pdf/eslint-config-vue.json +++ /dev/null @@ -1,374 +0,0 @@ -{ - "@babel/object-curly-spacing": [0], - "@babel/semi": [0], - "@typescript-eslint/block-spacing": [0], - "@typescript-eslint/brace-style": [0], - "@typescript-eslint/comma-dangle": [0], - "@typescript-eslint/comma-spacing": [0], - "@typescript-eslint/func-call-spacing": [0], - "@typescript-eslint/indent": [0], - "@typescript-eslint/key-spacing": [0], - "@typescript-eslint/keyword-spacing": [0], - "@typescript-eslint/lines-around-comment": [0], - "@typescript-eslint/member-delimiter-style": [0], - "@typescript-eslint/no-extra-parens": [0], - "@typescript-eslint/no-extra-semi": [0], - "@typescript-eslint/object-curly-spacing": [0], - "@typescript-eslint/quotes": [0], - "@typescript-eslint/semi": [0], - "@typescript-eslint/space-before-blocks": [0], - "@typescript-eslint/space-before-function-paren": [0], - "@typescript-eslint/space-infix-ops": [0], - "@typescript-eslint/type-annotation-spacing": [0], - "array-bracket-newline": [0], - "array-bracket-spacing": [0], - "array-element-newline": [0], - "arrow-body-style": [0], - "arrow-parens": [0], - "arrow-spacing": [0], - "babel/object-curly-spacing": [0], - "babel/quotes": [0], - "babel/semi": [0], - "block-spacing": [0], - "brace-style": [0], - "comma-dangle": [0], - "comma-spacing": [0], - "comma-style": [0], - "computed-property-spacing": [0], - "constructor-super": [2], - "curly": [0], - "dot-location": [0], - "eol-last": [0], - "flowtype/boolean-style": [0], - "flowtype/delimiter-dangle": [0], - "flowtype/generic-spacing": [0], - "flowtype/object-type-curly-spacing": [0], - "flowtype/object-type-delimiter": [0], - "flowtype/quotes": [0], - "flowtype/semi": [0], - "flowtype/space-after-type-colon": [0], - "flowtype/space-before-generic-bracket": [0], - "flowtype/space-before-type-colon": [0], - "flowtype/union-intersection-spacing": [0], - "for-direction": [2], - "func-call-spacing": [0], - "function-call-argument-newline": [0], - "function-paren-newline": [0], - "generator-star": [0], - "generator-star-spacing": [0], - "getter-return": [2], - "implicit-arrow-linebreak": [0], - "indent": [0], - "indent-legacy": [0], - "jsx-quotes": [0], - "key-spacing": [0], - "keyword-spacing": [0], - "linebreak-style": [0], - "lines-around-comment": [0], - "local-rules/matching-translation-keys": [ - 2, - { - "ignoreKeysRegex": "^(global|entity|contentNode\\.[a-z][a-zA-Z]+|print\\.(global|activity|cover|picasso|program|story|toc))\\..+", - "translationKeyPropRegex": "[a-zA-Z0-9]-i18n-key$" - } - ], - "max-len": [0], - "max-statements-per-line": [0], - "multiline-ternary": [0], - "new-parens": [0], - "newline-per-chained-call": [0], - "no-arrow-condition": [0], - "no-async-promise-executor": [2], - "no-case-declarations": [2], - "no-class-assign": [2], - "no-comma-dangle": [0], - "no-compare-neg-zero": [2], - "no-cond-assign": [2], - "no-confusing-arrow": [0], - "no-const-assign": [2], - "no-constant-binary-expression": [2], - "no-constant-condition": [2], - "no-control-regex": [2], - "no-debugger": [2], - "no-delete-var": [2], - "no-dupe-args": [2], - "no-dupe-class-members": [2], - "no-dupe-else-if": [2], - "no-dupe-keys": [2], - "no-duplicate-case": [2], - "no-empty": [2], - "no-empty-character-class": [2], - "no-empty-pattern": [2], - "no-empty-static-block": [2], - "no-ex-assign": [2], - "no-extra-boolean-cast": [2], - "no-extra-parens": [0], - "no-extra-semi": [0], - "no-fallthrough": [2], - "no-floating-decimal": [0], - "no-func-assign": [2], - "no-global-assign": [2], - "no-import-assign": [2], - "no-invalid-regexp": [2], - "no-irregular-whitespace": [2], - "no-loss-of-precision": [2], - "no-misleading-character-class": [2], - "no-mixed-operators": [0], - "no-mixed-spaces-and-tabs": [0], - "no-multi-spaces": [0], - "no-multiple-empty-lines": [0], - "no-new-native-nonconstructor": [2], - "no-nonoctal-decimal-escape": [2], - "no-obj-calls": [2], - "no-octal": [2], - "no-prototype-builtins": [2], - "no-redeclare": [2], - "no-regex-spaces": [2], - "no-reserved-keys": [0], - "no-self-assign": [2], - "no-setter-return": [2], - "no-shadow-restricted-names": [2], - "no-space-before-semi": [0], - "no-spaced-func": [0], - "no-sparse-arrays": [2], - "no-tabs": [0], - "no-this-before-super": [2], - "no-trailing-spaces": [0], - "no-undef": [2], - "no-unexpected-multiline": [0], - "no-unreachable": [2], - "no-unsafe-finally": [2], - "no-unsafe-negation": [2], - "no-unsafe-optional-chaining": [2], - "no-unused-labels": [2], - "no-unused-private-class-members": [2], - "no-unused-vars": [ - 2, - { - "argsIgnorePattern": "^_$" - } - ], - "no-useless-backreference": [2], - "no-useless-catch": [2], - "no-useless-escape": [2], - "no-whitespace-before-property": [0], - "no-with": [2], - "no-wrap-func": [0], - "nonblock-statement-body-position": [0], - "object-curly-newline": [0], - "object-curly-spacing": [0], - "object-property-newline": [0], - "one-var-declaration-per-line": [0], - "operator-linebreak": [0], - "padded-blocks": [0], - "prefer-arrow-callback": [0], - "prefer-const": [2], - "prettier/prettier": [2], - "quote-props": [0], - "quotes": [0], - "react/jsx-child-element-spacing": [0], - "react/jsx-closing-bracket-location": [0], - "react/jsx-closing-tag-location": [0], - "react/jsx-curly-newline": [0], - "react/jsx-curly-spacing": [0], - "react/jsx-equals-spacing": [0], - "react/jsx-first-prop-new-line": [0], - "react/jsx-indent": [0], - "react/jsx-indent-props": [0], - "react/jsx-max-props-per-line": [0], - "react/jsx-newline": [0], - "react/jsx-one-expression-per-line": [0], - "react/jsx-props-no-multi-spaces": [0], - "react/jsx-space-before-closing": [0], - "react/jsx-tag-spacing": [0], - "react/jsx-wrap-multilines": [0], - "require-yield": [2], - "rest-spread-spacing": [0], - "semi": [0], - "semi-spacing": [0], - "semi-style": [0], - "space-after-function-name": [0], - "space-after-keywords": [0], - "space-before-blocks": [0], - "space-before-function-paren": [0], - "space-before-function-parentheses": [0], - "space-before-keywords": [0], - "space-in-brackets": [0], - "space-in-parens": [0], - "space-infix-ops": [0], - "space-return-throw-case": [0], - "space-unary-ops": [0], - "space-unary-word-ops": [0], - "standard/array-bracket-even-spacing": [0], - "standard/computed-property-even-spacing": [0], - "standard/object-curly-even-spacing": [0], - "switch-colon-spacing": [0], - "template-curly-spacing": [0], - "template-tag-spacing": [0], - "unicorn/empty-brace-spaces": [0], - "unicorn/no-nested-ternary": [0], - "unicorn/number-literal-case": [0], - "unicorn/template-indent": [0], - "use-isnan": [2], - "valid-typeof": [2], - "vue/array-bracket-newline": [0], - "vue/array-bracket-spacing": [0], - "vue/array-element-newline": [0], - "vue/arrow-spacing": [0], - "vue/attribute-hyphenation": [1], - "vue/attributes-order": [1], - "vue/block-spacing": [0], - "vue/block-tag-newline": [0], - "vue/brace-style": [0], - "vue/comma-dangle": [0], - "vue/comma-spacing": [0], - "vue/comma-style": [0], - "vue/comment-directive": [2], - "vue/component-definition-name-casing": [1], - "vue/component-tags-order": [ - 2, - { - "order": ["template", "script", "style"] - } - ], - "vue/dot-location": [0], - "vue/first-attribute-linebreak": [1], - "vue/func-call-spacing": [0], - "vue/html-closing-bracket-newline": [0], - "vue/html-closing-bracket-spacing": [0], - "vue/html-end-tags": [0], - "vue/html-indent": [0], - "vue/html-quotes": [0], - "vue/html-self-closing": [0], - "vue/jsx-uses-vars": [2], - "vue/key-spacing": [0], - "vue/keyword-spacing": [0], - "vue/max-attributes-per-line": [0], - "vue/max-len": [0], - "vue/multi-word-component-names": [0], - "vue/multiline-html-element-content-newline": [0], - "vue/multiline-ternary": [0], - "vue/mustache-interpolation-spacing": [0], - "vue/no-arrow-functions-in-watch": [2], - "vue/no-async-in-computed-properties": [2], - "vue/no-child-content": [2], - "vue/no-computed-properties-in-data": [2], - "vue/no-deprecated-data-object-declaration": [2], - "vue/no-deprecated-destroyed-lifecycle": [2], - "vue/no-deprecated-dollar-listeners-api": [2], - "vue/no-deprecated-dollar-scopedslots-api": [2], - "vue/no-deprecated-events-api": [2], - "vue/no-deprecated-filter": [2], - "vue/no-deprecated-functional-template": [2], - "vue/no-deprecated-html-element-is": [2], - "vue/no-deprecated-inline-template": [2], - "vue/no-deprecated-props-default-this": [2], - "vue/no-deprecated-router-link-tag-prop": [2], - "vue/no-deprecated-scope-attribute": [2], - "vue/no-deprecated-slot-attribute": [2], - "vue/no-deprecated-slot-scope-attribute": [2], - "vue/no-deprecated-v-bind-sync": [2], - "vue/no-deprecated-v-is": [2], - "vue/no-deprecated-v-on-native-modifier": [2], - "vue/no-deprecated-v-on-number-modifiers": [2], - "vue/no-deprecated-vue-config-keycodes": [2], - "vue/no-dupe-keys": [2], - "vue/no-dupe-v-else-if": [2], - "vue/no-duplicate-attributes": [2], - "vue/no-export-in-script-setup": [2], - "vue/no-expose-after-await": [2], - "vue/no-extra-parens": [0], - "vue/no-lifecycle-after-await": [2], - "vue/no-lone-template": [1], - "vue/no-multi-spaces": [0], - "vue/no-multiple-slot-args": [1], - "vue/no-mutating-props": [2], - "vue/no-parsing-error": [2], - "vue/no-ref-as-operand": [2], - "vue/no-reserved-component-names": [0], - "vue/no-reserved-keys": [2], - "vue/no-reserved-props": [2], - "vue/no-shared-component-data": [2], - "vue/no-side-effects-in-computed-properties": [2], - "vue/no-spaces-around-equal-signs-in-attribute": [0], - "vue/no-template-key": [2], - "vue/no-template-shadow": [1], - "vue/no-textarea-mustache": [2], - "vue/no-unused-components": [2], - "vue/no-unused-vars": [ - 2, - { - "ignorePattern": "^_" - } - ], - "vue/no-use-computed-property-like-method": [2], - "vue/no-use-v-if-with-v-for": [2], - "vue/no-useless-template-attributes": [2], - "vue/no-v-for-template-key-on-child": [2], - "vue/no-v-html": [1], - "vue/no-v-text-v-html-on-component": [2], - "vue/no-watch-after-await": [2], - "vue/object-curly-newline": [0], - "vue/object-curly-spacing": [0], - "vue/object-property-newline": [0], - "vue/one-component-per-file": [1], - "vue/operator-linebreak": [0], - "vue/order-in-components": [1], - "vue/prefer-import-from-vue": [2], - "vue/prop-name-casing": [1], - "vue/quote-props": [0], - "vue/require-component-is": [2], - "vue/require-default-prop": [1], - "vue/require-explicit-emits": [1], - "vue/require-prop-type-constructor": [2], - "vue/require-prop-types": [1], - "vue/require-render-return": [2], - "vue/require-slots-as-functions": [2], - "vue/require-toggle-inside-transition": [2], - "vue/require-v-for-key": [2], - "vue/require-valid-default-prop": [2], - "vue/return-in-computed-property": [2], - "vue/return-in-emits-validator": [2], - "vue/script-indent": [0], - "vue/singleline-html-element-content-newline": [0], - "vue/space-in-parens": [0], - "vue/space-infix-ops": [0], - "vue/space-unary-ops": [0], - "vue/template-curly-spacing": [0], - "vue/this-in-template": [1], - "vue/use-v-on-exact": [2], - "vue/v-bind-style": [1], - "vue/v-on-event-hyphenation": [ - 1, - "always", - { - "autofix": true - } - ], - "vue/v-on-style": [1], - "vue/v-slot-style": [1], - "vue/valid-attribute-name": [2], - "vue/valid-define-emits": [2], - "vue/valid-define-props": [2], - "vue/valid-next-tick": [2], - "vue/valid-template-root": [2], - "vue/valid-v-bind": [2], - "vue/valid-v-cloak": [2], - "vue/valid-v-else": [2], - "vue/valid-v-else-if": [2], - "vue/valid-v-for": [0], - "vue/valid-v-html": [2], - "vue/valid-v-if": [2], - "vue/valid-v-is": [2], - "vue/valid-v-memo": [2], - "vue/valid-v-model": [2], - "vue/valid-v-on": [2], - "vue/valid-v-once": [2], - "vue/valid-v-pre": [2], - "vue/valid-v-show": [2], - "vue/valid-v-slot": [2], - "vue/valid-v-text": [2], - "wrap-iife": [0], - "wrap-regex": [0], - "yield-star-spacing": [0] -}