mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-03 03:31:04 -05: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"],
|
"array-bracket-newline": ["error", "consistent"],
|
||||||
"eol-last": ["error", "always"],
|
"eol-last": ["error", "always"],
|
||||||
//'prefer-template': 'error',
|
//'prefer-template': 'error',
|
||||||
"comma-dangle": ["warn", "always-multiline"],
|
"comma-dangle": ["warn", "only-multiline"],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user