2020-02-14 13:15:09 +04:00
|
|
|
{
|
2020-02-14 13:25:08 +04:00
|
|
|
"vue/attributes-order": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"order": [
|
|
|
|
"DEFINITION",
|
|
|
|
"LIST_RENDERING",
|
|
|
|
"CONDITIONALS",
|
|
|
|
"RENDER_MODIFIERS",
|
|
|
|
"GLOBAL",
|
|
|
|
"UNIQUE",
|
|
|
|
"TWO_WAY_BINDING",
|
|
|
|
"OTHER_DIRECTIVES",
|
|
|
|
"OTHER_ATTR",
|
|
|
|
"EVENTS",
|
|
|
|
"CONTENT"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:28:07 +04:00
|
|
|
"vue/html-closing-bracket-newline": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"multiline": "always",
|
|
|
|
"singleline": "never"
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:32:30 +04:00
|
|
|
"vue/html-closing-bracket-spacing": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"endTag": "never",
|
|
|
|
"selfClosingTag": "always",
|
|
|
|
"startTag": "never"
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:17:35 +04:00
|
|
|
"vue/html-indent": [
|
|
|
|
"error",
|
|
|
|
"tab",
|
|
|
|
{
|
|
|
|
"alignAttributesVertically": true,
|
|
|
|
"attribute": 1,
|
|
|
|
"baseIndent": 1,
|
|
|
|
"closeBracket": 0
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:19:20 +04:00
|
|
|
"vue/html-quotes": [
|
|
|
|
"error",
|
|
|
|
"double"
|
|
|
|
],
|
2020-02-14 13:36:04 +04:00
|
|
|
"vue/html-self-closing": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"html": {
|
|
|
|
"component": "always",
|
|
|
|
"normal": "always",
|
|
|
|
"void": "always"
|
|
|
|
},
|
|
|
|
"math": "always",
|
|
|
|
"svg": "always"
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:39:50 +04:00
|
|
|
"vue/max-attributes-per-line": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"multiline": {
|
|
|
|
"allowFirstLine": false,
|
|
|
|
"max": 1
|
|
|
|
},
|
|
|
|
"singleline": 8
|
|
|
|
}
|
|
|
|
],
|
2020-02-19 14:18:28 +04:00
|
|
|
"vue/object-curly-spacing": [
|
|
|
|
"error",
|
|
|
|
"always",
|
|
|
|
{
|
|
|
|
"arraysInObjects": false,
|
|
|
|
"objectsInObjects": false
|
|
|
|
}
|
|
|
|
],
|
2020-02-14 13:15:09 +04:00
|
|
|
"vue/script-indent": [
|
|
|
|
"error",
|
|
|
|
"tab",
|
|
|
|
{
|
|
|
|
"baseIndent": 0,
|
|
|
|
"switchCase": 1
|
|
|
|
}
|
2020-02-14 21:21:20 +04:00
|
|
|
],
|
|
|
|
"vue/space-infix-ops": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"int32Hint": false
|
|
|
|
}
|
2020-02-14 13:15:09 +04:00
|
|
|
]
|
|
|
|
}
|