mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04: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
|
|
}
|
|
} |