1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Update the eslint-plugin-no-unsanitized package to the latest version

This commit is contained in:
Jonas Jenwald 2020-03-20 11:25:39 +01:00
parent 4893b14a52
commit b02be3b268
4 changed files with 5 additions and 5 deletions

View file

@ -80,6 +80,7 @@ function initializePDFJS(callback) {
"pdfjs-test/unit/unicode_spec.js",
"pdfjs-test/unit/util_spec.js",
].map(function(moduleName) {
// eslint-disable-next-line no-unsanitized/method
return SystemJS.import(moduleName);
})
).then(function(modules) {