Skip to content

Commit

Permalink
update eslint-webpack-plugin to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NFriedo committed Mar 5, 2025
1 parent 780a35d commit 95acfab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 0 additions & 1 deletion config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ module.exports = {
extensions: [".js", ".jsx", ".vue", ".ts", ".tsx"],
failOnWarning: false,
failOnError: true,
configType: "flat",
}),
],

Expand Down
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.33.0",
"eslint-webpack-plugin": "^4.1.0",
"eslint-webpack-plugin": "^5.0.0",
"fishery": "^2.2.2",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
Expand Down

0 comments on commit 95acfab

Please sign in to comment.