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:
parent
4893b14a52
commit
b02be3b268
4 changed files with 5 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue