Enforce no trailing whitespace

This commit is contained in:
Pierre Ossman 2018-09-06 17:12:45 +02:00
parent 35068204f4
commit 4a16dc51a8
5 changed files with 6 additions and 5 deletions

View File

@ -36,5 +36,6 @@
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
"key-spacing": ["error"],
"keyword-spacing": ["error"],
"no-trailing-spaces": ["error"],
}
}