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

17 lines
488 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"no-declare-current-package": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-single-declare-module": false,
"no-var-keyword": false,
"object-literal-key-quotes": false,
"prefer-const": false,
"prefer-method-signature": false,
"typedef-whitespace": false,
"whitespace": false
}
}