Add lint disables for no-unnecessary-generics (#19508)

This commit is contained in:
Andy
2017-09-01 08:34:37 -07:00
committed by GitHub
parent cb2dbfbb50
commit d74806eb3d
78 changed files with 250 additions and 206 deletions

View File

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