mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 02:02:52 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"new-parens": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
} |