mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-05 12:15:41 +08:00
Add lint disables for no-unnecessary-generics (#19508)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// TODO
|
||||
"no-duplicate-imports": false
|
||||
"no-duplicate-imports": false,
|
||||
"no-unnecessary-generics": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user