mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-08 01:42:45 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-empty-interface": false,
|
|
"no-padding": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |