mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"indent": [true, "tabs"],
|
|
|
|
// All TODOs
|
|
"ban-types": false,
|
|
"callable-types": false,
|
|
"interface-name": false,
|
|
"jsdoc-format": false,
|
|
"max-line-length": false,
|
|
"no-empty-interface": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|