1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #15031 from Snuffleupagus/prefer-modern-dom-apis

Enable the `unicorn/prefer-modern-dom-apis` ESLint plugin rule
This commit is contained in:
Tim van der Meij 2022-06-12 20:36:40 +02:00 committed by GitHub
commit 1a6ae5f034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -55,6 +55,7 @@
"unicorn/prefer-date-now": "error",
"unicorn/prefer-dom-node-append": "error",
"unicorn/prefer-dom-node-remove": "error",
"unicorn/prefer-modern-dom-apis": "error",
"unicorn/prefer-string-starts-ends-with": "error",
// Possible errors