mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 22:40:03 +08:00
15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"new-parens": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|