build: fix tslint config

This commit is contained in:
Alexander Zhukov 2017-06-21 18:40:50 +03:00
parent 9ce1d2a589
commit f223d10e5e

View file

@ -15,7 +15,6 @@
"no-eval": true,
"no-arg": true,
"no-internal-module": true,
"no-bitwise": true,
"no-shadowed-variable": true,
"no-unused-expression": true,
"one-line": [true, "check-catch", "check-else", "check-open-brace", "check-whitespace"],