mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04: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", {
|
||||
ignoreEOLComments: true,
|
||||
}],
|
||||
"space-before-function-paren": ["error", "always"],
|
||||
"curly": "error",
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"object-curly-newline": "off",
|
||||
|
Loading…
Reference in New Issue
Block a user