Enforce no trailing whitespace
This commit is contained in:
parent
35068204f4
commit
4a16dc51a8
|
|
@ -36,5 +36,6 @@
|
||||||
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
|
||||||
"key-spacing": ["error"],
|
"key-spacing": ["error"],
|
||||||
"keyword-spacing": ["error"],
|
"keyword-spacing": ["error"],
|
||||||
|
"no-trailing-spaces": ["error"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue