From b7d60938396c58d6ace028167df7e12e90a0f8a5 Mon Sep 17 00:00:00 2001 From: kujon Date: Thu, 7 Sep 2017 13:52:39 +0100 Subject: [PATCH] Required update to tslint rules --- types/ramda/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/ramda/tslint.json b/types/ramda/tslint.json index 6356421ec0..efa861d7ff 100644 --- a/types/ramda/tslint.json +++ b/types/ramda/tslint.json @@ -1,6 +1,7 @@ { "extends": "dtslint/dt.json", "rules": { - "no-construct": false // Required for R.is function testing + "no-construct": false, // Required for R.is function testing + "no-any-union": false } }