mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODO
|
|
"ban-types": false,
|
|
"no-boolean-literal-compare": false,
|
|
"no-declare-current-package": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|