Open Issues Need Help
View All on GitHubReact-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
React-specific linting rules for ESLint
AI Summary: Enhance the `eslint-plugin-react`'s `react/jsx-key` rule to detect missing keys when JSX elements are added to arrays using methods like `push`, `unshift`, etc., even if the array is not directly rendered. This requires analyzing the code to identify array manipulation methods and their JSX element arguments.
React-specific linting rules for ESLint
AI Summary: Debug and fix a bug in the `eslint-plugin-react`'s `react/jsx-sort-props` rule. The rule currently causes errors and code corruption when an inline comment follows a JSX prop. The fix should prevent the autofix from mis-sorting props and ensure that inline comments remain correctly attached to their corresponding props.
React-specific linting rules for ESLint