mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/recommended",
|
|
"standard"
|
|
],
|
|
"rules": {
|
|
"vue/max-attributes-per-line" : 3
|
|
}
|
|
} |