Skip to content

Commit 1f23740

Browse files
markotahtMarko.TahtHackbrettXXX
authoredDec 7, 2020
Replace Deflater with pako (#2944)
Co-authored-by: Marko.Taht <markotaht@guardtime.com> Co-authored-by: Lukas Hollaender <lukas.hollaender@yworks.com>
1 parent 3538bf7 commit 1f23740

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7494
-3962
lines changed
 

‎.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
**/*{.,-}min.js
2+
examples/PDF.js/**/*
3+
examples/css/**/*
4+
examples/html2pdf/examples.css

‎.eslintrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ module.exports = {
1717
ecmaVersion: 2018,
1818
sourceType: "module"
1919
},
20-
rules: {}
20+
rules: {
21+
"@typescript-eslint/no-var-requires": "off"
22+
}
2123
};

0 commit comments

Comments
 (0)