From 0718887fe34b934d965739303e14076b9fd5d057 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Thu, 7 Dec 2023 10:27:49 +0800 Subject: [PATCH] adjust lint rule --- src/main/webui/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webui/.eslintrc.json b/src/main/webui/.eslintrc.json index 053a2f9..5e48d0e 100644 --- a/src/main/webui/.eslintrc.json +++ b/src/main/webui/.eslintrc.json @@ -206,7 +206,7 @@ "no-template-curly-in-string": 2, "no-ternary": 0, "no-throw-literal": 2, - "no-trailing-spaces": 2, + "no-trailing-spaces": 1, "no-undef-init": 2, "no-undefined": 0, "no-underscore-dangle": 2,