Skip to content

Commit

Permalink
Remove now unnecessary no-unsanitized/method disabling in `test/uni…
Browse files Browse the repository at this point in the history
…t/jasmine-boot.js`

With the latest release of the `eslint-plugin-no-unsanitized` package, we no longer need to disable this rule; see mozilla/eslint-plugin-no-unsanitized#150
  • Loading branch information
Snuffleupagus committed Oct 4, 2020
1 parent baeba84 commit ef2d0ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/jasmine-boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ef2d0ee

Please sign in to comment.