mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"unified-signatures": false,
|
|
"interface-name": false,
|
|
"ban-types": false,
|
|
"no-single-declare-module": false,
|
|
"no-declare-current-package": false
|
|
}
|
|
}
|