📌(deps) pin eslint to version less than 9

Eslint 9 has been recently released but some related dependencies are
not yet compatible (e.g: @typescript-eslint/parser). So we have to pin
this deps awaiting the support by other deps.
This commit is contained in:
jbpenrath
2024-04-29 14:54:06 +02:00
committed by Jean-Baptiste PENRATH
parent 737c8f4b4d
commit a61e6ec169
3 changed files with 69 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": ["github>openfun/renovate-configuration"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node"],
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node", "eslint"],
"ignorePaths": ["**/node_modules/**"]
}