mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 10:12: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": {
|
|
"await-promise": false,
|
|
"ban-types": false,
|
|
"no-declare-current-package": false,
|
|
"no-empty-interface": false,
|
|
"no-single-declare-module": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-var-keyword": false,
|
|
"one-variable-per-declaration": false,
|
|
"only-arrow-functions": false
|
|
}
|
|
} |