mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
17 lines
507 B
JSON
17 lines
507 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
|
|
}
|
|
} |