From d0457afbf02c96d4ddedfa0c1bd0437de10ffca9 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 26 Sep 2017 11:13:03 -0700 Subject: [PATCH] react-intl: Add ignore for "no-declare-current-package" (#20048) --- types/react-intl/tslint.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/types/react-intl/tslint.json b/types/react-intl/tslint.json index 3db14f85ea..39932ac16e 100644 --- a/types/react-intl/tslint.json +++ b/types/react-intl/tslint.json @@ -1 +1,7 @@ -{ "extends": "dtslint/dt.json" } +{ + "extends": "dtslint/dt.json", + "rules": { + // TODO + "no-declare-current-package": false + } +}