mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-14 16:24:41 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"max-line-length": false,
|
|
"no-empty-interface": false,
|
|
"no-mergeable-namespace": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |