mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-15 08:44:37 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"max-line-length": false,
|
|
"no-redundant-jsdoc": false,
|
|
"npm-naming": false,
|
|
"prefer-method-signature": false,
|
|
"whitespace": false
|
|
}
|
|
} |