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