build: fix tslint config

This commit is contained in:
Alexander Zhukov 2017-06-22 16:20:45 +03:00
parent 53778c2053
commit 6937b6a04d

View file

@ -98,7 +98,6 @@
"space-in-parens": ["error", "info", "never"],
"number-literal-format": true,
"no-invalid-template-strings": true,
"no-void-expression": [true, "ignore-arrow-function-shorthand"],
"prefer-template": true,
"no-unnecessary-callback-wrapper": true,
"member-access": [true, "no-public"],