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