DefinitelyTyped/types/openfin/tslint.json
Gabriela Araujo Britto 6ae7ddbc23 Update tslint configs
2020-02-21 15:41:51 -08:00

17 lines
453 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"jsdoc-format": false,
"max-line-length": false,
"no-const-enum": false,
"no-redundant-jsdoc-2": false,
"no-var-keyword": false,
"semicolon": false,
"strict-export-declare-modifiers": false,
"void-return": false,
"whitespace": false
}
}