mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Define type Resolvable * use type Extract * fix ignore lint: max-line-length * fix ignore lint error: no-unnecessary-generics * enable strictNullChecks * Apply review * fix review * fix review
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-unnecessary-generics": false,
|
|
"prefer-const": false
|
|
}
|
|
}
|