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 } }