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