From 7c35546479b1520600936c9a395ae51052904214 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Tue, 7 Jan 2025 19:22:27 +0800 Subject: [PATCH] add lint rule --- .eslintrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.eslintrc b/.eslintrc index 27a13ccf..7956229a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,6 +33,13 @@ "@typescript-eslint" ], "rules": { + "keyword-spacing": [ + "error", + { + "before": true, + "after": true + } + ], "quotes": [ "error", "double",