mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
29 lines
690 B
JSON
29 lines
690 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"class-name": true,
|
|
"indent": [
|
|
true,
|
|
"spaces"
|
|
],
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-empty-interface": false,
|
|
"no-namespace": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"quotemark": [
|
|
true,
|
|
"single"
|
|
],
|
|
"unified-signatures": false,
|
|
"variable-name": [
|
|
true,
|
|
"check-format"
|
|
],
|
|
"void-return": false
|
|
}
|
|
} |