Don't ignore comments in trailing whitespace check

This commit is contained in:
Chris van Marle 2017-10-12 11:06:57 +02:00
parent 664196c5ef
commit 6c4f9466b9

View File

@ -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": {