fix(tslint): fix #248 disable one-line rule and add property force to lint command (#439)

This commit is contained in:
ESadouski 2016-11-18 18:28:07 +03:00 committed by Dmitry Nehaychik
parent 8887516c44
commit 3516e404fa
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@
"jsdoc-format": true,
"no-consecutive-blank-lines": false,
"one-line": [
true,
false,
"check-open-brace",
"check-catch",
"check-else",