feat(eslint): no-trailing-spaces

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 21:00:55 +04:00
parent b00af86b1b
commit 0419c2558d
2 changed files with 8 additions and 1 deletions

View File

@@ -192,7 +192,7 @@
- [X] "no-ternary"
- [ ] "no-this-before-super"
- [ ] "no-throw-literal"
- [ ] "no-trailing-spaces"
- [X] "no-trailing-spaces"
- [ ] "no-undef"
- [X] "no-undef-init"
- [X] "no-undefined"