-
- Notifications
You must be signed in to change notification settings - Fork 2.7k
Pull requests: jsx-eslint/eslint-plugin-react
Author
Label
Milestones
Reviews
Assignee
Sort
Pull requests list
[New]
jsx-sort-props: add sortFirst option to explicitly specify prop names to sort first #3965 opened Nov 19, 2025 by loderunner Loading… updated Nov 20, 2025
[fix]
no-unknown-property - add onScrollEnd and onScrollEndCapture events as known properties #3958 opened Oct 3, 2025 by xfeeefeee Loading… updated Nov 6, 2025
[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]
jsx-handler-names: avoid an error on a nested comonent name with ignoreComponentNames option is enabled #3943 opened Aug 6, 2025 by takuji Loading… updated Sep 22, 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
#3882 opened Jan 25, 2025 by CHC383 Loading… updated Jul 11, 2025
feat(jsx-key): check for array related method calls with jsx elements/fragments
#3938 opened Jul 9, 2025 by SimonSchick • Draft updated Jul 9, 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
Add includeDOM option to rule "forbid-component-props". enhancement help wanted
#850 opened Sep 18, 2016 by EdwardDrapkin • Draft updated Jan 13, 2025
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.