mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-13 04:12:50 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
16 lines
488 B
JSON
16 lines
488 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"align": false,
|
|
"await-promise": false,
|
|
"no-boolean-literal-compare": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-namespace": false,
|
|
"no-restricted-globals": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"space-before-function-paren": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |