From 13a799d778e8eb4758dca3471bc728a91f0b9d47 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 10 Sep 2023 02:05:52 +0800 Subject: [PATCH] [eslint] space-infix-ops = error --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0f19793aa..8f703b449 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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", {