mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"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
|
|
}
|
|
} |