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

18 lines
538 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"interface-over-type-literal": false,
"max-line-length": false,
"no-declare-current-package": false,
"no-object-literal-type-assertion": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"prefer-const": false,
"prefer-method-signature": false,
"semicolon": false,
"void-return": false
}
}