mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"interface-name": false,
|
|
"no-any-union": false,
|
|
"no-declare-current-package": false,
|
|
|
|
"ban-types": false,
|
|
"no-object-literal-type-assertion": false
|
|
}
|
|
}
|