mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
24 lines
626 B
JSON
24 lines
626 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"no-any-union": false,
|
|
"no-duplicate-imports": false,
|
|
"no-duplicate-variable": false,
|
|
"no-empty-interface": false,
|
|
"no-inferrable-types": false,
|
|
"no-internal-module": false,
|
|
"no-namespace": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-var-keyword": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|