Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Oct 26, 2024
1 parent b9809ce commit dff186e
Show file tree
Hide file tree
Showing 3 changed files with 1,351 additions and 892 deletions.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default [
},
rules: {
...pluginReactHooks.configs.recommended.rules,
"react-compiler/react-compiler": "error",
"react-compiler/react-compiler": "warn",
},
},
...[
Expand All @@ -82,6 +82,7 @@ export default [
rules: {
"vue/no-setup-props-reactivity-loss": "warn",
"vue/no-ref-object-reactivity-loss": "error",
"vue/multi-word-component-names": "off",
},
},
].map((c) => ({
Expand Down
Loading

0 comments on commit dff186e

Please sign in to comment.