Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
6 lines
154 B
JSON
6 lines
154 B
JSON
{
|
|
"extends": ["github>openfun/renovate-configuration"],
|
|
"ignoreDeps": ["chalk", "@storybook/builder-vite"],
|
|
"ignorePaths": ["**/node_modules/**"]
|
|
}
|