mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/recommended",
|
|
"eslint:recommended",
|
|
"prettier/vue",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"vue/max-attributes-per-line": [
|
|
"error",
|
|
{
|
|
"singleline": 20,
|
|
"multiline": {
|
|
"max": 1,
|
|
"allowFirstLine": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |