From a47e21cf3f5c2968eb2afd0ae9cd1453d0011ed8 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 14:35:39 +0200 Subject: feat: implement some AVR instructions + tests --- tslint.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tslint.json') 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 } -- cgit v1.2.3