Bug 1245649: Turn on no-trailing-spaces. r=Gijs

This commit is contained in:
Dave Townsend 2016-02-03 14:22:33 -08:00
parent c49f3be45c
commit 8508242079
393 changed files with 3076 additions and 3076 deletions

View File

@ -137,7 +137,7 @@
// "no-spaced-func": 2,
// No trailing whitespace
// "no-trailing-spaces": 2,
"no-trailing-spaces": 2,
// No using undeclared variables
// "no-undef": 2,