mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
15 lines
434 B
JSON
15 lines
434 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"align": false,
|
|
"no-namespace": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"no-boolean-literal-compare": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"unified-signatures": false,
|
|
"space-before-function-paren": false
|
|
}
|
|
} |