Appease the linter

This commit is contained in:
Travis Ralston 2017-12-22 22:07:18 -07:00
parent 290e244a4e
commit f37a70b7d8
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"node_modules/codelyzer"
],
"rules": {
"class-name": true,
"class-name": false,
"comment-format": [
true,
"check-space"
@ -54,7 +54,7 @@
"check-else",
"check-whitespace"
],
"quotemark": [],
"quotemark": false,
"radix": true,
"semicolon": [
"always"