👷‍♂️ Update tslint rules

This commit is contained in:
C-3PO 2018-11-16 00:24:52 +01:00
parent e5bfdd6e95
commit 6eea513c4b
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -10,6 +10,9 @@
"max-line-length": false, "max-line-length": false,
"no-bitwise": false, "no-bitwise": false,
"no-console": false, "no-console": false,
"no-invalid-this": [true, "check-function-in-method"],
"object-literal-sort-keys": [true, "match-declaration-order"],
"only-arrow-functions": false,
"quotemark": [true, "single"] "quotemark": [true, "single"]
}, },
"rulesDirectory": [] "rulesDirectory": []