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.
6 lines
186 B
JSON
6 lines
186 B
JSON
{
|
|
"extends": ["github>openfun/renovate-configuration"],
|
|
"ignoreDeps": ["chalk", "@storybook/builder-vite", "remark-gfm", "node", "eslint"],
|
|
"ignorePaths": ["**/node_modules/**"]
|
|
}
|