aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tslint.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json
index d28ddd5..50ab37a 100644
--- a/tslint.json
+++ b/tslint.json
@@ -5,6 +5,8 @@
"no-console": false,
"object-literal-sort-keys": false,
"ordered-imports": false,
+ "no-bitwise": false,
+ "member-access": false,
"quotemark": [true, "single"],
"trailing-comma": false
}