Skip to content

Commit

Permalink
GHA CI: lock to ESLint v8
Browse files Browse the repository at this point in the history
For unknown reasons, ESLint v9 doesn't work correctly. Migration to ESLint v9 will be done
later when it is stable enough.

PR #20665.
  • Loading branch information
Chocobo1 committed Apr 9, 2024
1 parent f085f8c commit d407e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/www/package.json
Expand Up @@ -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": "*",
Expand Down

0 comments on commit d407e95

Please sign in to comment.