mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00: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",
|
"no-var": "error",
|
||||||
"key-spacing": "warn",
|
"key-spacing": "warn",
|
||||||
"keyword-spacing": "warn",
|
"keyword-spacing": "warn",
|
||||||
"space-infix-ops": "warn",
|
"space-infix-ops": "error",
|
||||||
"arrow-spacing": "warn",
|
"arrow-spacing": "warn",
|
||||||
"no-trailing-spaces": "error",
|
"no-trailing-spaces": "error",
|
||||||
"no-constant-condition": [ "error", {
|
"no-constant-condition": [ "error", {
|
||||||
|
|
Loading…
Reference in a new issue