Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jsx-eslint
/
eslint-plugin-react
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
9.2k
Code
Issues
275
Pull requests
82
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
cd23e3f
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 8, 2022
[Fix] `no-unknown-property`: add `align` on all the tags that support it
Show description for cd23e3f
ljharb
committed
cd23e3f
Copy full SHA for cd23e3f
[Fix] `no-unknown-property`: add `viewBox` for `pattern`, `symbol`, `view`
Show description for 8e07874
MNBuyskih
authored and
ljharb
committed
8e07874
Copy full SHA for 8e07874
Commits on Sep 7, 2022
[Fix] `no-unknown-property`: allow `abbr` on `<th>` and `<td>`
Show description for fd90b0e
OleksiiKachan
authored and
ljharb
committed
fd90b0e
Copy full SHA for fd90b0e
[Fix] `no-multi-comp`: do not detect a function property returning only null as a component
Show description for 8aa023a
ljharb
committed
8aa023a
Copy full SHA for 8aa023a
Commits on Sep 6, 2022
[Fix] `no-unknown-property`: allow `onLoad` on `<object>`
OleksiiKachan
authored and
ljharb
committed
1fa0888
Copy full SHA for 1fa0888
[Fix] `no-unknown-property`: add `noModule` on `script`
Show description for 73350de
ljharb
committed
73350de
Copy full SHA for 73350de
[Fix] `no-unknown-property`: add `viewBox` on `marker`
Show description for 0dc8c9d
ljharb
committed
0dc8c9d
Copy full SHA for 0dc8c9d
[Meta] npmignore markdownlint config
jorrit
authored and
ljharb
committed
2cae464
Copy full SHA for 2cae464
Commits on Sep 5, 2022
[Tests] `no-multi-comp`: add passing test
Show description for 22c569b
ljharb
committed
22c569b
Copy full SHA for 22c569b
Update CHANGELOG and bump version
ljharb
committed
1c3af25
Copy full SHA for 1c3af25
[Dev Deps] update `@babel/core`, `@babel/plugin-syntax-decorators`
ljharb
committed
850d801
Copy full SHA for 850d801
[Fix] `no-unknown-property`: add `valign` on table components
Show description for 64ad602
ljharb
committed
64ad602
Copy full SHA for 64ad602
[Fix] `no-unknown-property`: React lowercases `data-` attrs
Show description for 9de16a7
ljharb
committed
9de16a7
Copy full SHA for 9de16a7
[Fix] `no-unknown-property`: add `border`; `focusable` on `<svg>`
Show description for e8356ad
ljharb
committed
e8356ad
Copy full SHA for e8356ad
[Fix] `no-unknown-property`: allow `imageSrcSet` and `imageSizes` attributes on `<link>`
Show description for 3306b92
terrymun
authored and
ljharb
committed
3306b92
Copy full SHA for 3306b92
[Fix] `no-unknown-property`: add onError and onLoad for iframe/picture
Show description for 033fcc5
2 people
authored and
ljharb
committed
033fcc5
Copy full SHA for 033fcc5
[Fix] `no-unknown-property`: Add more one word properties found in DefinitelyTyped's react/index.d.ts
Show description for 1c0c92b
sjarva
authored and
ljharb
committed
1c0c92b
Copy full SHA for 1c0c92b
[Fix] `no-unknown-property`: add more capture event properties
Show description for 32119f9
sjarva
authored and
ljharb
committed
32119f9
Copy full SHA for 32119f9
[Fix] `no-unknown-property`: one more `controlList` -> `controlsList`
sjarva
authored and
ljharb
committed
c59ad4a
Copy full SHA for c59ad4a
[Fix] `no-unknown-property`: `controlsList`, not `controlList`
Show description for 4be5632
ljharb
committed
4be5632
Copy full SHA for 4be5632
[Fix] `no-unknown-property`: allow `webkitAllowFullScreen` and `mozAllowFullScreen`
Show description for 7ba7ec4
ljharb
committed
7ba7ec4
Copy full SHA for 7ba7ec4
[Fix] `no-unknown-property`: add `download` property support for `a` and `area`
Show description for 3b30527
HJain13
authored and
ljharb
committed
3b30527
Copy full SHA for 3b30527
Commits on Sep 4, 2022
[Fix] `no-unknown-property`: avoid warning on `fbt` nodes entirely
Show description for d2c9bef
ljharb
committed
d2c9bef
Copy full SHA for d2c9bef
Update CHANGELOG and bump version
ljharb
committed
18b2b59
Copy full SHA for 18b2b59
[Docs] `no-unknown-property`: add a mention about using ignores properties with libraries that add props
sjarva
authored and
ljharb
committed
900d6a2
Copy full SHA for 900d6a2
[Fix] `no-unknown-property`: make onLoad and onError be accepted on more elements
sjarva
authored and
ljharb
committed
57e8ec6
Copy full SHA for 57e8ec6
[Fix] `no-unknown-property`: add onMouseMoveCapture as valid react-specific attribute
sjarva
authored and
ljharb
committed
bc33ad7
Copy full SHA for bc33ad7
[Fix] `no-unknown-property`: fill works on line, mask, and use elements
sjarva
authored and
ljharb
committed
38572e8
Copy full SHA for 38572e8
[Fix] `no-unknown-property`: move allowfullscreen to case ignored attributes
sjarva
authored and
ljharb
committed
487ef70
Copy full SHA for 487ef70
[Fix] `no-unknown-property`: add more audio/video attributes
sjarva
authored and
ljharb
committed
9a77a1b
Copy full SHA for 9a77a1b
[Fix] `no-unknown-property`: data-* attributes can have numbers
sjarva
authored and
ljharb
committed
1d373c9
Copy full SHA for 1d373c9
[Fix] `no-unknown-property`: `onError` and `onLoad` both work on `img` and `script`
Show description for 51ec858
ljharb
committed
51ec858
Copy full SHA for 51ec858
[meta] fix changelog typo
ljharb
committed
8116891
Copy full SHA for 8116891
Update CHANGELOG and bump version
ljharb
committed
06d8786
Copy full SHA for 06d8786
[Tests] `no-unknown-property`: add passing tests for `allowTransparency`
ljharb
committed
652749d
Copy full SHA for 652749d
Pagination
Previous
Next
You can’t perform that action at this time.