mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900)
This commit is contained in:
parent
642a711bcd
commit
7f42888546
|
@ -68,6 +68,6 @@ module.exports = {
|
|||
"array-bracket-newline": ["error", "consistent"],
|
||||
"eol-last": ["error", "always"],
|
||||
//'prefer-template': 'error',
|
||||
"comma-dangle": ["warn", "always-multiline"],
|
||||
"comma-dangle": ["warn", "only-multiline"],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue