Skip to content

Commit

Permalink
fix: appear an error when @types/eslint is 9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryWu1234 committed Jan 26, 2025
1 parent e1993a5 commit b0b17aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"config": {
"syncpack": {
"versionGroups": [
{
"label": "Allow ESLint 9 types in eslint-plugin-qwik",
"dependencies": [
"@types/eslint"
],
"packages": [
"eslint-plugin-qwik"
],
"policy": "matches@9.6.1"
},
{
"label": "Be lenient in vite versions for prod. v4 is broken, v5 is good",
"dependencyTypes": [
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
],
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/qwik.git",
Expand Down

0 comments on commit b0b17aa

Please sign in to comment.