From bd863e9ed2f2584eca6dfe8221d63ce6fcc1e3fb Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 2 Oct 2017 13:00:54 -0700 Subject: [PATCH] i18next/v2: Fix lint (#20212) --- types/i18next/v2/tslint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/i18next/v2/tslint.json b/types/i18next/v2/tslint.json index 23714c9cea..3d8ba29b42 100644 --- a/types/i18next/v2/tslint.json +++ b/types/i18next/v2/tslint.json @@ -1,8 +1,8 @@ { "extends": "dtslint/dt.json", "rules": { - "interface-name": [ - false - ] + // TODOs + "interface-name": false, + "no-any-union": false } }