mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-26 06:04:13 -08:00
add eslint: space-before-function-paren
This commit is contained in:
parent
70e7945a66
commit
764160f38c
|
@ -36,6 +36,7 @@ module.exports = {
|
||||||
"no-multi-spaces": ["error", {
|
"no-multi-spaces": ["error", {
|
||||||
ignoreEOLComments: true,
|
ignoreEOLComments: true,
|
||||||
}],
|
}],
|
||||||
|
"space-before-function-paren": ["error", "always"],
|
||||||
"curly": "error",
|
"curly": "error",
|
||||||
"object-curly-spacing": ["error", "always"],
|
"object-curly-spacing": ["error", "always"],
|
||||||
"object-curly-newline": "off",
|
"object-curly-newline": "off",
|
||||||
|
|
Loading…
Reference in a new issue