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

19 lines
582 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"dt-header": false,
"no-declare-current-package": false,
"no-duplicate-variable": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-method-signature": false,
"space-before-function-paren": false,
"unified-signatures": false
}
}