mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 09:56:19 +03:00
[eslint] space-infix-ops = error
This commit is contained in:
parent
7711679e1a
commit
13a799d778
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module.exports = {
|
|||
"no-var": "error",
|
||||
"key-spacing": "warn",
|
||||
"keyword-spacing": "warn",
|
||||
"space-infix-ops": "warn",
|
||||
"space-infix-ops": "error",
|
||||
"arrow-spacing": "warn",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-constant-condition": [ "error", {
|
||||
|
|
Loading…
Reference in a new issue