mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Remove now unnecessary no-unsanitized/method
disabling in test/unit/jasmine-boot.js
With the latest release of the `eslint-plugin-no-unsanitized` package, we no longer need to disable this rule; see https://github.com/mozilla/eslint-plugin-no-unsanitized/pull/150
This commit is contained in:
parent
ffb0bb885c
commit
c5a1a6fdd5
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ function initializePDFJS(callback) {
|
|||
"pdfjs-test/unit/writer_spec.js",
|
||||
"pdfjs-test/unit/xml_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