REL1CX

Results 21 issues of REL1CX

## Milestone 2.0 ### System Requirements Minimum supported versions: - [x] Node.js: 20.19.0 - [x] ESLint: 9.24.0 - [x] TypeScript: 4.9.5 ### Package Distribution - [x] Publish ESM-Only packages ###...

Status: In Progress

# 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...

Type: Enhancement

## Description This plugin provides rules for interacting with Web APIs in React. ## Rules - [x] #725 - [x] #727 - [ ] #760 - [ ] `no-leaked-animation-frame` -...

Type: New Plugin

### Describe the problem ```tsx import { useEffect, useState } from "react"; /** * @component * @description CircularEffect1 has a circular effect with a depth of 1 */ export function...

Type: New Rule
Status: Awaiting Response