|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
{
|
|
|
|
|
"parserOptions": {
|
|
|
|
|
"parser": "babel-eslint",
|
|
|
|
|
"ecmaVersion": 6,
|
|
|
|
|
"sourceType": "module"
|
|
|
|
|
"parser": "@babel/eslint-parser",
|
|
|
|
|
"sourceType": "module",
|
|
|
|
|
"allowImportExportEverywhere": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"extends": [
|
|
|
|
@ -130,7 +130,8 @@
|
|
|
|
|
"vue/html-closing-bracket-spacing": [ "warn", { "startTag": "never", "endTag": "never", "selfClosingTag": "always" } ],
|
|
|
|
|
"vue/html-indent": "off",
|
|
|
|
|
"vue/html-self-closing": "off",
|
|
|
|
|
"vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1, "allowFirstLine": false } } ],
|
|
|
|
|
"vue/max-attributes-per-line": [ "warn", { "singleline": 4, "multiline": { "max": 1 } } ],
|
|
|
|
|
"vue/multi-word-component-names": "off",
|
|
|
|
|
"vue/multiline-html-element-content-newline": "off",
|
|
|
|
|
"vue/mustache-interpolation-spacing": [ "warn" ],
|
|
|
|
|
"vue/name-property-casing": [ "warn", "kebab-case" ],
|
|
|
|
|