mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 17:52:45 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"max-line-length": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |