Skip to content

Pull requests: jsx-eslint/eslint-plugin-react

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

[Fix] display-name: avoid false positive when React is shadowed
#3926 opened May 22, 2025 by hyeonbinHur Loading… updated Oct 27, 2025
fix(jsx-key): detect missing keys in JSX elements pushed to arrays
#3960 opened Oct 15, 2025 by holoflash Loading… updated Oct 17, 2025
[Fix] no-unused-prop-types: detect used props in nested components
#3955 opened Sep 22, 2025 by avaice Loading… updated Sep 22, 2025
[Fix] catch JSX fragments with propElementValues
#3952 opened Sep 17, 2025 by mfigard Draft updated Sep 17, 2025
[New]: jsx-no-literals: add restrictedAttributes option
#3950 opened Sep 6, 2025 by ushiboy Loading… updated Sep 11, 2025
[New]: forbid-dom-props: support React Strict Dom elements (html.div, etc)
#3946 opened Aug 19, 2025 by mdjastrzebski Loading… updated Aug 20, 2025
Add note about not needing jsx-no-undef with TS / typescript-eslint
#3941 opened Aug 3, 2025 by karlhorky Loading… updated Oct 9, 2025
Fix: Remove extra space from CLI warning
#3942 opened Aug 4, 2025 by junaidkbr Loading… updated Aug 4, 2025
fix: disallow extra properties in rule options
#3939 opened Jul 17, 2025 by andreww2012 Loading… updated Jul 17, 2025
fix(types): fix types of flat configs
#3879 opened Jan 14, 2025 by CHC383 Draft updated Jul 11, 2025
fix(types): fix types of flat configs
#3882 opened Jan 25, 2025 by CHC383 Loading… updated Jul 11, 2025
[New] no-unused-state: Support ignore option
#3881 opened Jan 16, 2025 by fwgood Loading… updated Jun 28, 2025
[Fix] jsx-key: detect missing keys in logical expressions
#3932 opened Jun 6, 2025 by yalperg Loading… updated Jun 8, 2025
feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support
#3845 opened Oct 30, 2024 by MichaelDeBoey Loading… updated Jun 2, 2025
[Fix]: detect missing keys in return statement with ternary operator
#3928 opened May 26, 2025 by hyeonbinHur Loading… updated May 26, 2025
feat: remove dependencies for Node built-ins
#3847 opened Oct 30, 2024 by MichaelDeBoey Draft updated Apr 5, 2025
feat: drop ESLint v3, v4, v5, v6 & v7 support
#3846 opened Oct 30, 2024 by MichaelDeBoey Draft updated Apr 5, 2025
[New] forbid-dom-props: Add disallowedValues option for forbidden props
#3877 opened Jan 11, 2025 by makxca Loading… updated Mar 28, 2025
ProTip! Exclude everything labeled bug with -label:bug.