eslint-react
eslint-react copied to clipboard
A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.1 to 1.77.2. Release notes Sourced from sass's releases. Dart Sass 1.77.2 To install Sass 1.77.2, download one of the packages below and add it to your...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.2.0 to 9.3.0. Release notes Sourced from @eslint/js's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.1 to 2.27.2. Release notes Sourced from @changesets/cli's releases. @changesets/cli@2.27.2 Patch Changes #1354 69be7dc Thanks @Andarist! - Fixed an issue with changeset status incorrectly returning an error...
### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [x] Docs - [ ] New Binding issue #___ - [ ] Code...
### Describe the problem ```jsx {label} ``` ### Describe the solution you'd like This kind of code should be forbidden and should be auto fixed to ```jsx {label} ``` ###...
### Describe the problem If someone wrote a hook like `getUserRbac()` that under the hood calls hooks. I don't know this is a hook (maybe the hook call is nested...
## Milestone 3.0 (Draft) ### Plugins (with ecological niche explanation) - `eslint-plugin-react-x` - Core rules (renderer-agnostic, compatible with x-platform). - `eslint-plugin-react-dom` - DOM Specific rules for React DOM. - `eslint-plugin-react-dom-a11y`...
# Milestone 2.0 ## Plugins (with ecological niche explanation) - `eslint-plugin-react-x` (DOM Irrelevant, Render Target Agnostic, Formatting Independent) - `eslint-plugin-react-dom` (DOM Specific rules for ReactDOM). - `eslint-plugin-react-hooks` (The official one...
# Add presets for each actively maintained custom renderer - [x] [react-dom](https://github.com/facebook/react/tree/main/packages/react-dom) - A declarative, efficient, and flexible JavaScript library for building user interfaces. - [ ] [react-native](https://github.com/facebook/react-native) - A...