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

19 lines
541 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-trailing-whitespace": false,
"no-unnecessary-generics": false,
"object-literal-shorthand": false,
"prefer-method-signature": false,
"prefer-template": false,
"semicolon": false,
"unified-signatures": false
}
}