Skip to content

Commit

Permalink
Fix react-hooks plugin declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek committed Dec 13, 2024
1 parent 4b7aefb commit 17b3926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/build/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default tseslint.config(
},
plugins: {
// There is no flat config available.
'react-hooks': reactHooksPlugin.configs,
'react-hooks': reactHooksPlugin,
},
rules: {
...reactHooksPlugin.configs.recommended.rules,
Expand Down

0 comments on commit 17b3926

Please sign in to comment.