Update tslint.json

This commit is contained in:
Daniel Sogl 2018-09-17 16:36:18 +02:00 committed by GitHub
parent 89ed51cc49
commit 737ad518c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
"no-empty": false, "no-empty": false,
"no-import-side-effect": false, "no-import-side-effect": false,
"no-redundant-jsdoc": false, "no-redundant-jsdoc": false,
// TODO: Activate rules step by step
"ban-types": false, "ban-types": false,
"no-shadowed-variable": false, "no-shadowed-variable": false,
"only-arrow-functions": false, "only-arrow-functions": false,