Disallow trailing white spaces.

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-19 14:22:03 +02:00
parent a44e799c79
commit bb391b1390
+6
View File
@@ -159,6 +159,12 @@
"no-inner-declarations": 2,
"no-invalid-regexp": 2,
"no-irregular-whitespace": 2,
"no-trailing-spaces": [
"error",
{
"ignoreComments": true
}
],
"no-lonely-if": 2,
"no-mixed-operators": 2,
"no-mixed-spaces-and-tabs": 2,