Skip to content

Commit 40c2c7f

Browse files
authored
Upgrade all vortex-web dependencies (#7669)
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 27b1825 commit 40c2c7f

3 files changed

Lines changed: 474 additions & 1202 deletions

File tree

vortex-web/eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default tseslint.config({ ignores: ["dist", "storybook-static"] }, {
2121
"react-refresh": reactRefresh,
2222
},
2323
rules: {
24-
...reactHooks.configs.recommended.rules,
24+
"react-hooks/rules-of-hooks": "error",
25+
"react-hooks/exhaustive-deps": "warn",
2526
"react-refresh/only-export-components": [
2627
"warn",
2728
{ allowConstantExport: true },

0 commit comments

Comments
 (0)