Skip to content

Commit

Permalink
ルールの互換性の問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Oct 6, 2024
1 parent 29ca816 commit 01d9d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function config(options, configs) {
'react': reactPlugin,
// eslint-plugin-react-hooks v4.6.2時点ではESLint v9に対応していないため、互換性ユーティリティを通す。
'react-hooks': compat.fixupPluginRules(reactHooksPlugin),
'@next/next': nextPlugin,
'@next/next': compat.fixupPluginRules(nextPlugin),
'jsx-a11y': jsxA11yPlugin,
},
settings: {
Expand Down

0 comments on commit 01d9d8f

Please sign in to comment.