mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 05:27:30 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"comment-format": false,
|
|
"member-access": false,
|
|
"no-duplicate-imports": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-self-import": false,
|
|
"prefer-const": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false
|
|
}
|
|
} |