print-pdf
Version:
Print DOM element to PDF
29 lines (28 loc) • 675 B
JSON
{
"extends": [
"tslint-microsoft-contrib"
],
"rules": {
"mocha-no-side-effect-code": false,
"missing-jsdoc": false,
"no-relative-imports": false,
"export-name": false,
"promise-function-async": false,
"no-void-expression": false,
"no-redundant-jsdoc": false,
"prefer-type-cast": false,
"no-http-string": false,
"no-increment-decrement": false,
"number-literal-format": false,
"no-bitwise": false,
"member-ordering": false,
"interface-name": false,
"max-func-body-length": false,
"typedef": [
true,
"parameter",
"property-declaration",
"member-variable-declaration"
]
}
}