From 6c4f9466b9457a03d99a3e2076caaa002ac1fc14 Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Thu, 12 Oct 2017 11:06:57 +0200 Subject: [PATCH] Don't ignore comments in trailing whitespace check --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {