DefinitelyTyped/types/qlik-engineapi/tslint.json
Konrad Mattheis 323f17be38 * move qlik-engineapi types from / to new /types (#16650)
* * move qlik-engineapi types from / to new /types

* fix TSLint errors

Signed-off-by: Konrad Mattheis <konrad.mattheis@akquinet.de>
2017-06-02 07:17:51 -07:00

9 lines
150 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"no-empty-interface": false,
"interface-name": false
}
}