mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 03:02:50 +00:00
* Update fibers types * Move tests to a folder * comment out the unused types * Change futurefunction * Update typescript version * Change imports * House cleaning of fiber types * Remove default types * enable dt-header linter rule * Enable full linter * Enabled all necessary lint rules and fixed errors
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|