mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-17 14:22:52 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-angle-bracket-type-assertion": false,
|
|
"no-any-union": false,
|
|
"no-unnecessary-generics": false,
|
|
"prefer-declare-function": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |