From b9cd030242c732e9fc05e0553a162c3687f64334 Mon Sep 17 00:00:00 2001 From: NikSimonov Date: Tue, 17 Mar 2026 18:22:51 +0200 Subject: [PATCH 1/2] [TECH] fix oxlint react hooks config --- .../rules/eslint-plugin-react-hooks/oxlint-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, }; From fe5bc671557fb82643d4cb7d6269858e46a5177e Mon Sep 17 00:00:00 2001 From: NikSimonov Date: Tue, 17 Mar 2026 18:27:21 +0200 Subject: [PATCH 2/2] 9.98.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",