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

Update ESLint to version 8

Please refer to https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0

Given that this is a major version increase it also required updating ESLint plugins, see https://github.com/sindresorhus/eslint-plugin-unicorn/releases and https://github.com/jrdrg/eslint-plugin-sort-exports/releases
This commit is contained in:
Jonas Jenwald 2021-10-17 11:42:09 +02:00
parent 7746732934
commit a712b601ee
2 changed files with 257 additions and 278 deletions

View file

@ -15,7 +15,7 @@
"dommatrix": "^0.0.6",
"es-module-shims": "^1.3.0",
"escodegen": "^2.0.0",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.2.0",
@ -24,8 +24,8 @@
"eslint-plugin-mozilla": "^2.11.1",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.4.1",
"eslint-plugin-unicorn": "^36.0.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-unicorn": "^37.0.1",
"globals": "^13.11.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",