mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
21 lines
565 B
JSON
21 lines
565 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"array-type": [true, "generic"],
|
|
"no-empty-interface": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"object-literal-key-quotes": [true, "as-needed"],
|
|
"typedef": [
|
|
true,
|
|
"call-signature",
|
|
"arrow-call-signature",
|
|
"parameter",
|
|
"arrow-parameter",
|
|
"property-declaration",
|
|
"member-variable-declaration",
|
|
"object-destructuring",
|
|
"array-destructuring"
|
|
]
|
|
}
|
|
}
|