Настройка eslint
This commit is contained in:
@@ -23,9 +23,11 @@
|
|||||||
"LM_TOTAL": false
|
"LM_TOTAL": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"vue/html-indent": ["error", 4],
|
"vue/html-indent": ["warn", 4, {
|
||||||
"vue/max-attributes-per-line": 0,
|
"alignAttributesVertically": false
|
||||||
"vue/html-self-closing": 0,
|
}],
|
||||||
|
"vue/max-attributes-per-line": "off",
|
||||||
|
"vue/html-self-closing": "off",
|
||||||
|
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
"indent": [0, 4, {
|
"indent": [0, 4, {
|
||||||
|
|||||||
Reference in New Issue
Block a user