From 0059907e00c0293e534cfe57dfd10d48679f4204 Mon Sep 17 00:00:00 2001 From: James Lawrence Date: Mon, 28 Jan 2019 18:53:34 +0000 Subject: [PATCH] Disable no-unnecessary-generics test --- types/react-jss/react-jss-tests.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-jss/react-jss-tests.tsx b/types/react-jss/react-jss-tests.tsx index 4895aa9682..0ba2ee3d8b 100644 --- a/types/react-jss/react-jss-tests.tsx +++ b/types/react-jss/react-jss-tests.tsx @@ -17,6 +17,7 @@ interface MyTheme { /** * helper function to counter typescripts type widening */ +// tslint:disable-next-line:no-unnecessary-generics function createStyles(styles: Styles): Styles { return styles as Styles; }