1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #11720 from Snuffleupagus/eslint-no-unsanitized

Update the `eslint-plugin-no-unsanitized` package to the latest version
This commit is contained in:
Tim van der Meij 2020-03-20 21:04:24 +01:00 committed by GitHub
commit 6ecc9fae1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint-disable no-unsanitized/method */
import { assert, ImageKind, OPS } from "../shared/util.js";