mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
20 lines
580 B
JSON
20 lines
580 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"align": false,
|
|
"no-namespace": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"no-any-union": false,
|
|
"no-boolean-literal-compare": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"unified-signatures": false,
|
|
"space-before-function-paren": false,
|
|
"await-promise": false,
|
|
"no-restricted-globals": false
|
|
}
|
|
}
|