DefinitelyTyped/types/square-connect/tslint.json
2019-04-04 11:52:18 +03:00

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"
]
}
}