mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"dt-header": false,
|
|
"no-duplicate-imports": false,
|
|
"use-default-type-parameter": false
|
|
}
|
|
}
|