oxc-project / eslint-plugin-oxlint

Turn off all rules already supported by oxlint
MIT License
186 stars 12 forks source link

split `react` and `react-hooks` plugin rules #233

Closed Sysix closed 2 weeks ago

Sysix commented 3 weeks ago

all react-hooks rules are inside the react scope, as an example react/rules-of-hooks.

Split them up into own scopes react and reactHooks