You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Remove default status for react plugin (#395)
The react plugin is not part of the default plugins and needs to be enabled manually, but the docs mention otherwise. After the update, the docs align with oxlint's current behaviour.
|`typescript`| ✅ |[#2180](https://github.com/oxc-project/oxc/issues/2180)| TypeScript-specific rules from [`@typescript-eslint`](https://typescript-eslint.io/rules/). We do not currently support rules that require type information. |
86
86
|`unicorn`| ✅ |[#684](https://github.com/oxc-project/oxc/issues/684)| Rules ported from [`eslint-plugin-unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn)|
87
-
|`react`|✅|[#1022](https://github.com/oxc-project/oxc/issues/1022), [#2174](https://github.com/oxc-project/oxc/issues/2174)| Rules ported from [`eslint-plugin-react`](https://www.npmjs.com/package/eslint-plugin-react) and [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks)|
87
+
|`react`||[#1022](https://github.com/oxc-project/oxc/issues/1022), [#2174](https://github.com/oxc-project/oxc/issues/2174)| Rules ported from [`eslint-plugin-react`](https://www.npmjs.com/package/eslint-plugin-react) and [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks)|
88
88
|`react-perf`||[#2041](https://github.com/oxc-project/oxc/issues/2041)| Rules ported from [`eslint-plugin-react-perf`](https://github.com/cvazac/eslint-plugin-react-perf)|
89
89
|`nextjs`||[#1929](https://github.com/oxc-project/oxc/issues/1929)| Rules ported from [`eslint-plugin-next`](https://nextjs.org/docs/pages/building-your-application/configuring/eslint#eslint-plugin)|
90
90
|`oxc`| ✅ | N/A | Custom oxc-specific rules, as well as some rules ported from [deepscan](https://deepscan.io/)|
0 commit comments