Files
DefinitelyTyped/types/hapi/tslint.json
2017-04-10 09:44:03 -07:00

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