Enabled eslint:no-space-before-semi

Rule enabled, discovered issues resolved.

Change-Id: Ia7f921f08219bb9f5ace8e4ef3cc2731ecae940d
This commit is contained in:
Michael Krotscheck
2015-03-04 15:57:55 -08:00
parent 8948fa0e84
commit f223a945ec
3 changed files with 9 additions and 8 deletions

View File

@@ -59,7 +59,6 @@
"no-console": 0,
"strict": 0,
"no-underscore-dangle": 0,
"no-space-before-semi": 0,
// Stylistic
"indent": [2, 4],