mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODO
|
|
"ban-types": false,
|
|
"no-angle-bracket-type-assertion": false,
|
|
"no-boolean-literal-compare": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|