|
@@ -18,12 +18,11 @@ module.exports = {
|
|
"vue/max-attributes-per-line": [2, {
|
|
"vue/max-attributes-per-line": [2, {
|
|
"singleline": 10,
|
|
"singleline": 10,
|
|
"multiline": {
|
|
"multiline": {
|
|
- "max": 1,
|
|
|
|
- "allowFirstLine": false
|
|
|
|
|
|
+ "max": 1
|
|
}
|
|
}
|
|
}],
|
|
}],
|
|
"vue/singleline-html-element-content-newline": "off",
|
|
"vue/singleline-html-element-content-newline": "off",
|
|
- "vue/multiline-html-element-content-newline":"off",
|
|
|
|
|
|
+ "vue/multiline-html-element-content-newline": "off",
|
|
"vue/name-property-casing": ["error", "PascalCase"],
|
|
"vue/name-property-casing": ["error", "PascalCase"],
|
|
"vue/no-v-html": "off",
|
|
"vue/no-v-html": "off",
|
|
'accessor-pairs': 2,
|
|
'accessor-pairs': 2,
|
|
@@ -48,7 +47,7 @@ module.exports = {
|
|
'curly': [2, 'multi-line'],
|
|
'curly': [2, 'multi-line'],
|
|
'dot-location': [2, 'property'],
|
|
'dot-location': [2, 'property'],
|
|
'eol-last': 2,
|
|
'eol-last': 2,
|
|
- 'eqeqeq': ["error", "always", {"null": "ignore"}],
|
|
|
|
|
|
+ 'eqeqeq': ["error", "always", { "null": "ignore" }],
|
|
'generator-star-spacing': [2, {
|
|
'generator-star-spacing': [2, {
|
|
'before': true,
|
|
'before': true,
|
|
'after': true
|
|
'after': true
|