mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-06 17:02:53 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
20 lines
605 B
JSON
20 lines
605 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"callable-types": false,
|
|
"dt-header": false,
|
|
"interface-name": false,
|
|
"member-access": false,
|
|
"no-declare-current-package": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-padding": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"npm-naming": false,
|
|
"prefer-method-signature": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"whitespace": false
|
|
}
|
|
} |