mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-21 00:02:50 +00:00
* Update tslint configs * Update npm-naming configs * Fix some configs #no-publishing-comment
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": false,
|
|
"typedef": [
|
|
true,
|
|
"call-signature",
|
|
"arrow-call-signature",
|
|
"parameter",
|
|
"arrow-parameter",
|
|
"property-declaration",
|
|
"member-variable-declaration",
|
|
"object-destructuring",
|
|
"array-destructuring"
|
|
]
|
|
}
|
|
} |