Disallow trailing white spaces.
parent
a44e799c79
commit
bb391b1390
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue