From 4a846d5bbf1edf3696ea4e403df59bcff8401641 Mon Sep 17 00:00:00 2001 From: q1anx1 <55543743+qianxi0410@users.noreply.github.com> Date: Sun, 4 Sep 2022 21:28:02 +0800 Subject: [PATCH] chore(style): add rule of keyword spacing (#542) --- web/.eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/.eslintrc b/web/.eslintrc index c7b04a70..1a7d9986 100644 --- a/web/.eslintrc +++ b/web/.eslintrc @@ -94,6 +94,8 @@ "argsIgnorePattern": "^_" } ], + "keyword-spacing": "error", + "react/prop-types": "off", "react/display-name": "off",