[isomorphic-fetch] Enable npm-naming rule (#47399)

This commit is contained in:
Jack Bates 2020-09-10 09:55:04 -07:00 committed by GitHub
parent c586df98b3
commit 4dfa2d3fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-unnecessary-generics": false,
"npm-naming": false
"no-unnecessary-generics": false
}
}