diff --git a/eslint.config.mjs b/eslint.config.mjs index f27e002a3..05875954a 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -14,4 +14,10 @@ const compat = new FlatCompat({ export default defineConfig([{ extends: compat.extends("next/core-web-vitals"), + rules: { + // + "react-hooks/exhaustive-deps": ["warn", { + additionalHooks: "(useMemoShallowStable)", + }], + }, }]); \ No newline at end of file