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
15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"eofline": false,
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"no-var-keyword": false,
|
|
"prefer-method-signature": false
|
|
}
|
|
} |