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,