diff --git a/.eslintrc.json b/.eslintrc.json index 150a081d..b5e07288 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,7 @@ "max-len": ["error", 250], "curly": "error", "camelcase": ["error", {"properties": "never"}], - "no-trailing-spaces": ["error"], + "no-trailing-spaces": ["error", {"ignoreComments": false }], "no-irregular-whitespace": ["error"] }, "env": {