mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 03:31:09 -04:00
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/recommended",
|
|
"eslint:recommended",
|
|
"prettier/vue",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"vue/max-attributes-per-line": ["error", {
|
|
"singleline": 10,
|
|
"multiline": {
|
|
"max": 1,
|
|
"allowFirstLine": false
|
|
}
|
|
}]
|
|
}
|
|
} |