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

@@ -2,6 +2,7 @@
"extends": "dtslint/dt.json",
"rules": {
// TODO
"no-duplicate-imports": false
"no-duplicate-imports": false,
"no-unnecessary-generics": false
}
}