mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-19 07:12:46 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"array-type": false,
|
|
"interface-over-type-literal": false,
|
|
"no-unnecessary-generics": false,
|
|
"prefer-declare-function": false,
|
|
"strict-comparisons": false,
|
|
"unified-signatures": false,
|
|
"use-default-type-parameter": false
|
|
}
|
|
} |