diff --git a/eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react-hooks/oxlint-config.js b/eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react-hooks/oxlint-config.js index d41f39e6..24e03808 100644 --- a/eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react-hooks/oxlint-config.js +++ b/eslint-configs/eslint-config-seekingalpha-react/rules/eslint-plugin-react-hooks/oxlint-config.js @@ -1,7 +1,7 @@ export default { plugins: ['react'], rules: { - 'react-hooks/rules-of-hooks': 'error', - 'react-hooks/exhaustive-deps': 'error', + 'react/rules-of-hooks': 'error', + 'react/exhaustive-deps': 'error', }, }; diff --git a/package.json b/package.json index 6238fee5..21fd2550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seekingalpha-javascript-style", - "version": "9.98.0", + "version": "9.98.1", "description": "Set of linting rules, guides and best practices for best Javascript code", "main": "index.js", "type": "module",