mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 22:40:03 +08:00
* Typescript linting; minor cleanups/refactoring; add some missing exports * Modify tslint.json to extend dtslint/dt.json rather than ../tslint.json
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-misused-new": false
|
|
}
|
|
}
|