GHA CI: lock to ESLint v8

For unknown reasons, ESLint v9 doesn't work correctly. Migration to ESLint v9 will be done
later when it is stable enough.

PR #20665.
This commit is contained in:
Chocobo1 2024-04-09 14:12:30 +08:00 committed by GitHub
commit d407e954d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,8 @@
"lint": "eslint private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public"
},
"devDependencies": {
"eslint": "*",
"eslint-plugin-html": "*",
"eslint": "^8",
"eslint-plugin-html": "^8",
"html-validate": "*",
"i18next-parser": "*",
"js-beautify": "*",