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
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-trailing-whitespace": false,
|
|
"npm-naming": false,
|
|
"prefer-method-signature": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |