Skip to content

Commit

Permalink
Merge pull request #776 from open-formulieren/issue/4929-react-router…
Browse files Browse the repository at this point in the history
…-upgrade-part-3

React router upgrade part 3
  • Loading branch information
robinmolen authored Jan 21, 2025
2 parents da9810b + 49c9615 commit 52f10e7
Show file tree
Hide file tree
Showing 66 changed files with 978 additions and 1,350 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"importOrder": ["^((api-mocks|components|data|formio|hooks|map|story-utils|types)/(.*)|(api|api-mocks|cache|Context|errors|headers|i18n|sdk|sentry|types|utils))$", "^[./]"],
"importOrder": ["^((api-mocks|components|data|formio|hooks|map|routes|story-utils|types)/(.*)|(api|api-mocks|cache|Context|errors|headers|i18n|routes|sdk|sentry|types|utils))$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}
1 change: 0 additions & 1 deletion .storybook/main.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const config: StorybookConfig = {
'storybook-react-intl',
'storybook-addon-remix-react-router',
'@storybook/addon-coverage',
'@storybook/addon-webpack5-compiler-babel',
],
framework: {
name: '@storybook/react-vite',
Expand Down
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---

flag_management: {}

ignore:
- "src/api-mocks/*"
- "src/story-utils/*"
- "src/**/mocks.{js,jsx}"
Loading

0 comments on commit 52f10e7

Please sign in to comment.