clean up
This commit is contained in:
parent
ecb6a09072
commit
447b7164bd
|
@ -3,7 +3,6 @@ module.exports = {
|
||||||
env: {
|
env: {
|
||||||
"node": false
|
"node": false
|
||||||
},
|
},
|
||||||
parser: "vue-eslint-parser",
|
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
tsconfigRootDir: __dirname,
|
tsconfigRootDir: __dirname,
|
||||||
|
@ -11,42 +10,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
//"../shared/.eslintrc.js",
|
//"../shared/.eslintrc.js",
|
||||||
"plugin:vue/vue3-recommended"
|
|
||||||
],
|
],
|
||||||
rules: {
|
|
||||||
"vue/attributes-order": ["error", {
|
|
||||||
"alphabetical": false
|
|
||||||
}],
|
|
||||||
"vue/no-use-v-if-with-v-for": ["error", {
|
|
||||||
"allowUsingIterationVar": false
|
|
||||||
}],
|
|
||||||
"vue/no-ref-as-operand": "error",
|
|
||||||
"vue/no-multi-spaces": ["error", {
|
|
||||||
"ignoreProperties": false
|
|
||||||
}],
|
|
||||||
"vue/no-v-html": "error",
|
|
||||||
"vue/order-in-components": "error",
|
|
||||||
"vue/html-indent": ["warn", "tab", {
|
|
||||||
"attribute": 1,
|
|
||||||
"baseIndent": 0,
|
|
||||||
"closeBracket": 0,
|
|
||||||
"alignAttributesVertically": true,
|
|
||||||
"ignores": []
|
|
||||||
}],
|
|
||||||
"vue/html-closing-bracket-spacing": ["warn", {
|
|
||||||
"startTag": "never",
|
|
||||||
"endTag": "never",
|
|
||||||
"selfClosingTag": "never"
|
|
||||||
}],
|
|
||||||
"vue/multi-word-component-names": "warn",
|
|
||||||
"vue/require-v-for-key": "warn",
|
|
||||||
"vue/no-unused-components": "warn",
|
|
||||||
"vue/valid-v-for": "warn",
|
|
||||||
"vue/return-in-computed-property": "warn",
|
|
||||||
"vue/max-attributes-per-line": "off",
|
|
||||||
"vue/html-self-closing": "off",
|
|
||||||
"vue/singleline-html-element-content-newline": "off",
|
|
||||||
},
|
|
||||||
globals: {
|
globals: {
|
||||||
"require": false,
|
"require": false,
|
||||||
"_DEV_": false,
|
"_DEV_": false,
|
||||||
|
@ -54,8 +18,5 @@ module.exports = {
|
||||||
"_VERSION_": false,
|
"_VERSION_": false,
|
||||||
"_ENV_": false,
|
"_ENV_": false,
|
||||||
"_PERF_PREFIX_": false,
|
"_PERF_PREFIX_": false,
|
||||||
"_DATA_TRANSFER_DRIVE_FILE_": false,
|
|
||||||
"_DATA_TRANSFER_DRIVE_FOLDER_": false,
|
|
||||||
"_DATA_TRANSFER_DECK_COLUMN_": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue