关闭强制依赖项非空的提示。

This commit is contained in:
徐涛 2024-12-26 15:26:52 +08:00
parent a6fc370dc7
commit db19e9354d

View File

@ -20,6 +20,7 @@ export default tseslint.config(
rules: {
...reactHooks.configs.recommended.rules,
'react-refresh/only-export-components': 'off',
'react-hooks/exhaustive-deps': 'off',
},
},
);