diff --git a/types/isomorphic-fetch/tslint.json b/types/isomorphic-fetch/tslint.json index afc5437d04..71ee04c4e1 100644 --- a/types/isomorphic-fetch/tslint.json +++ b/types/isomorphic-fetch/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "no-unnecessary-generics": false, - "npm-naming": false + "no-unnecessary-generics": false } }