mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"await-promise": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"unified-signatures": false,
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|