From a165f5d25b84586f5b9079d523828df9ef3f1f8c Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 9 Oct 2018 18:41:31 -0700 Subject: Change tslint config to remove conflicts with prettier --- packages/instant/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/instant/tslint.json b/packages/instant/tslint.json index 1ab924e47..f71532e5d 100644 --- a/packages/instant/tslint.json +++ b/packages/instant/tslint.json @@ -1,6 +1,7 @@ { "extends": ["@0xproject/tslint-config"], "rules": { - "custom-no-magic-numbers": false + "custom-no-magic-numbers": false, + "semicolon": [true, "always", "ignore-bound-class-methods"] } } -- cgit v1.2.3