📌(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:
committed by
Jean-Baptiste PENRATH
parent
737c8f4b4d
commit
a61e6ec169
@@ -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/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user