Skip to content

Commit

Permalink
⬇️(eslint-config-people) eslint 9.0.0 -> 8.57.0
Browse files Browse the repository at this point in the history
Downgrade eslint to 8.57.0.
9.0.0 has breaking changes, the adoption
is still very low, better to wait.
Add it in the renovate.json file.
  • Loading branch information
AntoLC committed Apr 29, 2024
1 parent 8c0aad6 commit a4e17b2
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 194 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
"matchPackageNames": ["node", "node-fetch", "i18next-parser", "eslint"]
}
]
}
2 changes: 1 addition & 1 deletion src/frontend/packages/eslint-config-impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "5.28.11",
"@typescript-eslint/eslint-plugin": "7.7.1",
"eslint": "9.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading

0 comments on commit a4e17b2

Please sign in to comment.