mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
eslint: Enable space-infix-ops rule.
More about rule at https://eslint.org/docs/rules/space-infix-ops
This commit is contained in:
@@ -361,7 +361,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"space-in-parens": 2,
|
"space-in-parens": 2,
|
||||||
"space-infix-ops": 0,
|
"space-infix-ops": 2,
|
||||||
"spaced-comment": 0,
|
"spaced-comment": 0,
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
"template-curly-spacing": "error",
|
"template-curly-spacing": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user