first commit
This commit is contained in:
22
app_vue/node_modules/eslint-plugin-vue/lib/configs/base.js
generated
vendored
Normal file
22
app_vue/node_modules/eslint-plugin-vue/lib/configs/base.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
parser: require.resolve('vue-eslint-parser'),
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
sourceType: 'module'
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
es6: true
|
||||
},
|
||||
plugins: ['vue'],
|
||||
rules: {
|
||||
'vue/comment-directive': 'error',
|
||||
'vue/jsx-uses-vars': 'error',
|
||||
'vue/script-setup-uses-vars': 'error'
|
||||
}
|
||||
}
|
62
app_vue/node_modules/eslint-plugin-vue/lib/configs/essential.js
generated
vendored
Normal file
62
app_vue/node_modules/eslint-plugin-vue/lib/configs/essential.js
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./base'),
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'error',
|
||||
'vue/no-arrow-functions-in-watch': 'error',
|
||||
'vue/no-async-in-computed-properties': 'error',
|
||||
'vue/no-computed-properties-in-data': 'error',
|
||||
'vue/no-custom-modifiers-on-v-model': 'error',
|
||||
'vue/no-dupe-keys': 'error',
|
||||
'vue/no-dupe-v-else-if': 'error',
|
||||
'vue/no-duplicate-attributes': 'error',
|
||||
'vue/no-multiple-template-root': 'error',
|
||||
'vue/no-mutating-props': 'error',
|
||||
'vue/no-parsing-error': 'error',
|
||||
'vue/no-reserved-keys': 'error',
|
||||
'vue/no-reserved-props': [
|
||||
'error',
|
||||
{
|
||||
vueVersion: 2
|
||||
}
|
||||
],
|
||||
'vue/no-shared-component-data': 'error',
|
||||
'vue/no-side-effects-in-computed-properties': 'error',
|
||||
'vue/no-template-key': 'error',
|
||||
'vue/no-textarea-mustache': 'error',
|
||||
'vue/no-unused-components': 'error',
|
||||
'vue/no-unused-vars': 'error',
|
||||
'vue/no-use-v-if-with-v-for': 'error',
|
||||
'vue/no-useless-template-attributes': 'error',
|
||||
'vue/no-v-for-template-key': 'error',
|
||||
'vue/no-v-model-argument': 'error',
|
||||
'vue/require-component-is': 'error',
|
||||
'vue/require-prop-type-constructor': 'error',
|
||||
'vue/require-render-return': 'error',
|
||||
'vue/require-v-for-key': 'error',
|
||||
'vue/require-valid-default-prop': 'error',
|
||||
'vue/return-in-computed-property': 'error',
|
||||
'vue/use-v-on-exact': 'error',
|
||||
'vue/valid-next-tick': 'error',
|
||||
'vue/valid-template-root': 'error',
|
||||
'vue/valid-v-bind-sync': 'error',
|
||||
'vue/valid-v-bind': 'error',
|
||||
'vue/valid-v-cloak': 'error',
|
||||
'vue/valid-v-else-if': 'error',
|
||||
'vue/valid-v-else': 'error',
|
||||
'vue/valid-v-for': 'error',
|
||||
'vue/valid-v-html': 'error',
|
||||
'vue/valid-v-if': 'error',
|
||||
'vue/valid-v-model': 'error',
|
||||
'vue/valid-v-on': 'error',
|
||||
'vue/valid-v-once': 'error',
|
||||
'vue/valid-v-pre': 'error',
|
||||
'vue/valid-v-show': 'error',
|
||||
'vue/valid-v-slot': 'error',
|
||||
'vue/valid-v-text': 'error'
|
||||
}
|
||||
}
|
52
app_vue/node_modules/eslint-plugin-vue/lib/configs/no-layout-rules.js
generated
vendored
Normal file
52
app_vue/node_modules/eslint-plugin-vue/lib/configs/no-layout-rules.js
generated
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
rules: {
|
||||
'vue/array-bracket-newline': 'off',
|
||||
'vue/array-bracket-spacing': 'off',
|
||||
'vue/arrow-spacing': 'off',
|
||||
'vue/block-spacing': 'off',
|
||||
'vue/block-tag-newline': 'off',
|
||||
'vue/brace-style': 'off',
|
||||
'vue/comma-dangle': 'off',
|
||||
'vue/comma-spacing': 'off',
|
||||
'vue/comma-style': 'off',
|
||||
'vue/define-macros-order': 'off',
|
||||
'vue/dot-location': 'off',
|
||||
'vue/first-attribute-linebreak': 'off',
|
||||
'vue/func-call-spacing': 'off',
|
||||
'vue/html-closing-bracket-newline': 'off',
|
||||
'vue/html-closing-bracket-spacing': 'off',
|
||||
'vue/html-comment-content-newline': 'off',
|
||||
'vue/html-comment-content-spacing': 'off',
|
||||
'vue/html-comment-indent': 'off',
|
||||
'vue/html-indent': 'off',
|
||||
'vue/html-quotes': 'off',
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/key-spacing': 'off',
|
||||
'vue/keyword-spacing': 'off',
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/max-len': 'off',
|
||||
'vue/multiline-html-element-content-newline': 'off',
|
||||
'vue/mustache-interpolation-spacing': 'off',
|
||||
'vue/new-line-between-multi-line-property': 'off',
|
||||
'vue/no-extra-parens': 'off',
|
||||
'vue/no-multi-spaces': 'off',
|
||||
'vue/no-spaces-around-equal-signs-in-attribute': 'off',
|
||||
'vue/object-curly-newline': 'off',
|
||||
'vue/object-curly-spacing': 'off',
|
||||
'vue/object-property-newline': 'off',
|
||||
'vue/operator-linebreak': 'off',
|
||||
'vue/padding-line-between-blocks': 'off',
|
||||
'vue/script-indent': 'off',
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
'vue/space-in-parens': 'off',
|
||||
'vue/space-infix-ops': 'off',
|
||||
'vue/space-unary-ops': 'off',
|
||||
'vue/template-curly-spacing': 'off',
|
||||
'vue/v-for-delimiter-style': 'off'
|
||||
}
|
||||
}
|
17
app_vue/node_modules/eslint-plugin-vue/lib/configs/recommended.js
generated
vendored
Normal file
17
app_vue/node_modules/eslint-plugin-vue/lib/configs/recommended.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./strongly-recommended'),
|
||||
rules: {
|
||||
'vue/attributes-order': 'warn',
|
||||
'vue/component-tags-order': 'warn',
|
||||
'vue/no-lone-template': 'warn',
|
||||
'vue/no-multiple-slot-args': 'warn',
|
||||
'vue/no-v-html': 'warn',
|
||||
'vue/order-in-components': 'warn',
|
||||
'vue/this-in-template': 'warn'
|
||||
}
|
||||
}
|
33
app_vue/node_modules/eslint-plugin-vue/lib/configs/strongly-recommended.js
generated
vendored
Normal file
33
app_vue/node_modules/eslint-plugin-vue/lib/configs/strongly-recommended.js
generated
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./essential'),
|
||||
rules: {
|
||||
'vue/attribute-hyphenation': 'warn',
|
||||
'vue/component-definition-name-casing': 'warn',
|
||||
'vue/first-attribute-linebreak': 'warn',
|
||||
'vue/html-closing-bracket-newline': 'warn',
|
||||
'vue/html-closing-bracket-spacing': 'warn',
|
||||
'vue/html-end-tags': 'warn',
|
||||
'vue/html-indent': 'warn',
|
||||
'vue/html-quotes': 'warn',
|
||||
'vue/html-self-closing': 'warn',
|
||||
'vue/max-attributes-per-line': 'warn',
|
||||
'vue/multiline-html-element-content-newline': 'warn',
|
||||
'vue/mustache-interpolation-spacing': 'warn',
|
||||
'vue/no-multi-spaces': 'warn',
|
||||
'vue/no-spaces-around-equal-signs-in-attribute': 'warn',
|
||||
'vue/no-template-shadow': 'warn',
|
||||
'vue/one-component-per-file': 'warn',
|
||||
'vue/prop-name-casing': 'warn',
|
||||
'vue/require-default-prop': 'warn',
|
||||
'vue/require-prop-types': 'warn',
|
||||
'vue/singleline-html-element-content-newline': 'warn',
|
||||
'vue/v-bind-style': 'warn',
|
||||
'vue/v-on-style': 'warn',
|
||||
'vue/v-slot-style': 'warn'
|
||||
}
|
||||
}
|
84
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-essential.js
generated
vendored
Normal file
84
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-essential.js
generated
vendored
Normal file
@ -0,0 +1,84 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./base'),
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'error',
|
||||
'vue/no-arrow-functions-in-watch': 'error',
|
||||
'vue/no-async-in-computed-properties': 'error',
|
||||
'vue/no-computed-properties-in-data': 'error',
|
||||
'vue/no-deprecated-data-object-declaration': 'error',
|
||||
'vue/no-deprecated-destroyed-lifecycle': 'error',
|
||||
'vue/no-deprecated-dollar-listeners-api': 'error',
|
||||
'vue/no-deprecated-dollar-scopedslots-api': 'error',
|
||||
'vue/no-deprecated-events-api': 'error',
|
||||
'vue/no-deprecated-filter': 'error',
|
||||
'vue/no-deprecated-functional-template': 'error',
|
||||
'vue/no-deprecated-html-element-is': 'error',
|
||||
'vue/no-deprecated-inline-template': 'error',
|
||||
'vue/no-deprecated-props-default-this': 'error',
|
||||
'vue/no-deprecated-router-link-tag-prop': 'error',
|
||||
'vue/no-deprecated-scope-attribute': 'error',
|
||||
'vue/no-deprecated-slot-attribute': 'error',
|
||||
'vue/no-deprecated-slot-scope-attribute': 'error',
|
||||
'vue/no-deprecated-v-bind-sync': 'error',
|
||||
'vue/no-deprecated-v-is': 'error',
|
||||
'vue/no-deprecated-v-on-native-modifier': 'error',
|
||||
'vue/no-deprecated-v-on-number-modifiers': 'error',
|
||||
'vue/no-deprecated-vue-config-keycodes': 'error',
|
||||
'vue/no-dupe-keys': 'error',
|
||||
'vue/no-dupe-v-else-if': 'error',
|
||||
'vue/no-duplicate-attributes': 'error',
|
||||
'vue/no-export-in-script-setup': 'error',
|
||||
'vue/no-lifecycle-after-await': 'error',
|
||||
'vue/no-mutating-props': 'error',
|
||||
'vue/no-parsing-error': 'error',
|
||||
'vue/no-ref-as-operand': 'error',
|
||||
'vue/no-reserved-keys': 'error',
|
||||
'vue/no-reserved-props': 'error',
|
||||
'vue/no-setup-props-destructure': 'error',
|
||||
'vue/no-shared-component-data': 'error',
|
||||
'vue/no-side-effects-in-computed-properties': 'error',
|
||||
'vue/no-template-key': 'error',
|
||||
'vue/no-textarea-mustache': 'error',
|
||||
'vue/no-unused-components': 'error',
|
||||
'vue/no-unused-vars': 'error',
|
||||
'vue/no-use-v-if-with-v-for': 'error',
|
||||
'vue/no-useless-template-attributes': 'error',
|
||||
'vue/no-v-for-template-key-on-child': 'error',
|
||||
'vue/no-watch-after-await': 'error',
|
||||
'vue/require-component-is': 'error',
|
||||
'vue/require-prop-type-constructor': 'error',
|
||||
'vue/require-render-return': 'error',
|
||||
'vue/require-slots-as-functions': 'error',
|
||||
'vue/require-toggle-inside-transition': 'error',
|
||||
'vue/require-v-for-key': 'error',
|
||||
'vue/require-valid-default-prop': 'error',
|
||||
'vue/return-in-computed-property': 'error',
|
||||
'vue/return-in-emits-validator': 'error',
|
||||
'vue/use-v-on-exact': 'error',
|
||||
'vue/valid-define-emits': 'error',
|
||||
'vue/valid-define-props': 'error',
|
||||
'vue/valid-next-tick': 'error',
|
||||
'vue/valid-template-root': 'error',
|
||||
'vue/valid-v-bind': 'error',
|
||||
'vue/valid-v-cloak': 'error',
|
||||
'vue/valid-v-else-if': 'error',
|
||||
'vue/valid-v-else': 'error',
|
||||
'vue/valid-v-for': 'error',
|
||||
'vue/valid-v-html': 'error',
|
||||
'vue/valid-v-if': 'error',
|
||||
'vue/valid-v-is': 'error',
|
||||
'vue/valid-v-memo': 'error',
|
||||
'vue/valid-v-model': 'error',
|
||||
'vue/valid-v-on': 'error',
|
||||
'vue/valid-v-once': 'error',
|
||||
'vue/valid-v-pre': 'error',
|
||||
'vue/valid-v-show': 'error',
|
||||
'vue/valid-v-slot': 'error',
|
||||
'vue/valid-v-text': 'error'
|
||||
}
|
||||
}
|
17
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-recommended.js
generated
vendored
Normal file
17
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-recommended.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./vue3-strongly-recommended'),
|
||||
rules: {
|
||||
'vue/attributes-order': 'warn',
|
||||
'vue/component-tags-order': 'warn',
|
||||
'vue/no-lone-template': 'warn',
|
||||
'vue/no-multiple-slot-args': 'warn',
|
||||
'vue/no-v-html': 'warn',
|
||||
'vue/order-in-components': 'warn',
|
||||
'vue/this-in-template': 'warn'
|
||||
}
|
||||
}
|
35
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-strongly-recommended.js
generated
vendored
Normal file
35
app_vue/node_modules/eslint-plugin-vue/lib/configs/vue3-strongly-recommended.js
generated
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
extends: require.resolve('./vue3-essential'),
|
||||
rules: {
|
||||
'vue/attribute-hyphenation': 'warn',
|
||||
'vue/component-definition-name-casing': 'warn',
|
||||
'vue/first-attribute-linebreak': 'warn',
|
||||
'vue/html-closing-bracket-newline': 'warn',
|
||||
'vue/html-closing-bracket-spacing': 'warn',
|
||||
'vue/html-end-tags': 'warn',
|
||||
'vue/html-indent': 'warn',
|
||||
'vue/html-quotes': 'warn',
|
||||
'vue/html-self-closing': 'warn',
|
||||
'vue/max-attributes-per-line': 'warn',
|
||||
'vue/multiline-html-element-content-newline': 'warn',
|
||||
'vue/mustache-interpolation-spacing': 'warn',
|
||||
'vue/no-multi-spaces': 'warn',
|
||||
'vue/no-spaces-around-equal-signs-in-attribute': 'warn',
|
||||
'vue/no-template-shadow': 'warn',
|
||||
'vue/one-component-per-file': 'warn',
|
||||
'vue/prop-name-casing': 'warn',
|
||||
'vue/require-default-prop': 'warn',
|
||||
'vue/require-explicit-emits': 'warn',
|
||||
'vue/require-prop-types': 'warn',
|
||||
'vue/singleline-html-element-content-newline': 'warn',
|
||||
'vue/v-bind-style': 'warn',
|
||||
'vue/v-on-event-hyphenation': 'warn',
|
||||
'vue/v-on-style': 'warn',
|
||||
'vue/v-slot-style': 'warn'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user