Disallow trailing white spaces.

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-19 14:22:03 +02:00
parent a44e799c79
commit bb391b1390
1 changed files with 6 additions and 0 deletions

View File

@ -159,6 +159,12 @@
"no-inner-declarations": 2, "no-inner-declarations": 2,
"no-invalid-regexp": 2, "no-invalid-regexp": 2,
"no-irregular-whitespace": 2, "no-irregular-whitespace": 2,
"no-trailing-spaces": [
"error",
{
"ignoreComments": true
}
],
"no-lonely-if": 2, "no-lonely-if": 2,
"no-mixed-operators": 2, "no-mixed-operators": 2,
"no-mixed-spaces-and-tabs": 2, "no-mixed-spaces-and-tabs": 2,