mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-17 20:09:48 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"align": false,
|
|
"comment-format": false,
|
|
"dt-header": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false,
|
|
"npm-naming": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |