Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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 }}
Ramyromel
/
eslint-plugin-react
Public
forked from
jsx-eslint/eslint-plugin-react
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
11
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on May 4, 2025
Merge pull request #8 from Ramyromel/snyk-fix-fbd9c5c5d461ac981cf8a81bf992bccd
Show description for 7a470d7
Ramyromel
authored
7a470d7
Copy full SHA for 7a470d7
Merge pull request #7 from Ramyromel/dependabot/github_actions/dot-github/workflows/github_actions-f12e8bac4f
Show description for a581acb
Ramyromel
authored
a581acb
Copy full SHA for a581acb
Commits on Jan 31, 2025
Merge pull request #5 from Ramyromel/snyk-fix-69aa00b7c0b908a69f8f897740034342
Show description for e23a12e
Ramyromel
authored
e23a12e
Copy full SHA for e23a12e
Commits on Dec 10, 2024
Merge pull request #2 from Ramyromel/snyk-upgrade-9fd631abc5263f9665d8160f26fbdd2a
Show description for db6fc15
Ramyromel
authored
db6fc15
Copy full SHA for db6fc15
Commits on Dec 5, 2024
fix: package.json to reduce vulnerabilities
Show description for 2b7d463
snyk-bot
committed
2b7d463
Copy full SHA for 2b7d463
Commits on Nov 18, 2024
Bump step-security/harden-runner
Show description for 7e4e7be
dependabot[bot]
authored
7e4e7be
Copy full SHA for 7e4e7be
Commits on Sep 13, 2024
fix: package.json to reduce vulnerabilities
Show description for 9e62599
snyk-bot
committed
9e62599
Copy full SHA for 9e62599
Commits on Aug 10, 2024
feat: upgrade semver from 6.3.1 to 7.6.3
Show description for c02ab4b
snyk-bot
committed
c02ab4b
Copy full SHA for c02ab4b
Commits on Jan 11, 2024
[New] `jsx-one-expression-per-line`: add `non-jsx` option to allow non-JSX children in one line
burtek
authored and
ljharb
committed
9f4b2b9
Copy full SHA for 9f4b2b9
Commits on Jan 10, 2024
[Tests] `jsx-wrap-multilines`: passing tests
Show description for 67e669d
burtek
authored and
ljharb
committed
67e669d
Copy full SHA for 67e669d
Commits on Jan 9, 2024
[New] `jsx-boolean-value`: add `assumeUndefinedIsFalse` option
developer-bandi
authored and
ljharb
committed
3730edb
Copy full SHA for 3730edb
[New] `jsx-filename-extension`: add `ignoreFilesWithoutCode` option to allow empty files
burtek
authored and
ljharb
committed
2e30897
Copy full SHA for 2e30897
Commits on Jan 8, 2024
[New] `jsx-no-script-url`: add `includeFromSettings` option to support `linkAttributes` setting
burtek
authored and
ljharb
committed
1014f8c
Copy full SHA for 1014f8c
[New] `linkAttribute` setting, `jsx-no-target-blank`: support multiple properties
burtek
authored and
ljharb
committed
de35e6f
Copy full SHA for de35e6f
Commits on Dec 20, 2023
[Refactor] better use of `.reverse`, etc
ljharb
committed
ca162fd
Copy full SHA for ca162fd
Commits on Dec 15, 2023
[New] `jsx-wrap-multilines`: add `never` option to prohibit wrapping parens on multiline JSX
reedws
authored and
ljharb
committed
b4b7497
Copy full SHA for b4b7497
Commits on Dec 14, 2023
[Dev Deps] update `@babel/core`, `aud`, `eslint-doc-generator`, `eslint-plugin-import`, `npmignore`
ljharb
committed
37d8bbe
Copy full SHA for 37d8bbe
[Fix] `no-unknown-property`: use a better regex to avoid a crash
Show description for 96af875
ljharb
committed
96af875
Copy full SHA for 96af875
Commits on Dec 3, 2023
[New] `no-unknown-property`: support `onResize` on audio/video tags
caesar1030
authored and
ljharb
committed
b95a059
Copy full SHA for b95a059
Commits on Nov 20, 2023
[Docs] `jsx-key`: fix correct example
developer-bandi
authored and
ljharb
committed
48318fa
Copy full SHA for 48318fa
Commits on Nov 15, 2023
[New] `prefer-read-only-props`, `prop-types`, component detection: allow components to be async functions
pnodet
authored and
ljharb
committed
3fb79e1
Copy full SHA for 3fb79e1
Commits on Nov 13, 2023
[New] `no-unknown-property`: add `displaystyle` on `<math>`
lounsbrough
authored and
ljharb
committed
9ff9ef9
Copy full SHA for 9ff9ef9
Commits on Nov 9, 2023
[Dev Deps] update babel stuff, `eslint-doc-generator`
ljharb
committed
eb5bb85
Copy full SHA for eb5bb85
Commits on Nov 3, 2023
[Dev Deps] pin `glob`, since v10.3.8+ requires a broken `jackspeak`
Show description for 41d9b61
ljharb
committed
41d9b61
Copy full SHA for 41d9b61
[actions] improve actions naming
ljharb
committed
1f2ce12
Copy full SHA for 1f2ce12
[Deps] update `array-includes`, `array.prototype.flatmap`, `array.prototype.tosorted`, `es-iterator-helpers`, `object.entries`, `object.fromentries`, `object.hasown`, `object.values`, `resolve`, `s…
Show description for b17706c
ljharb
committed
b17706c
Copy full SHA for b17706c
[Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/preset-react`, `eslint-doc-generator`, `eslint-plugin-import`, `eslint-remote-tester`
ljharb
committed
e0ff333
Copy full SHA for e0ff333
Commits on Oct 20, 2023
[New] `no-unknown-property`: add requireDataLowercase option
Show description for 70e6019
HermanBilous
authored and
ljharb
committed
70e6019
Copy full SHA for 70e6019
Commits on Oct 8, 2023
[actions]: use issue label on smoke tests
AriPerkkio
committed
d36ca2c
Copy full SHA for d36ca2c
Commits on Oct 3, 2023
[New] `no-invalid-html-attribute`: add support for `apple-touch-startup-image` `rel` attributes in `link` tags
thomashockaday
authored and
ljharb
committed
9da1bb0
Copy full SHA for 9da1bb0
Commits on Sep 24, 2023
[Refactor] `jsx-props-no-multi-spaces`: extract type parameters to var
HenryBrown0
authored and
ljharb
committed
ca30f77
Copy full SHA for ca30f77
[Refactor] `function-component-definition`: exit early if no type params
Show description for aef6e7d
HenryBrown0
and
ljharb
committed
aef6e7d
Copy full SHA for aef6e7d
[Refactor] `boolean-prop-naming`: invert if statement
Show description for 0714704
HenryBrown0
and
ljharb
committed
0714704
Copy full SHA for 0714704
[Refactor] `propTypes`: extract type params to var
HenryBrown0
authored and
ljharb
committed
9fb0d42
Copy full SHA for 9fb0d42
Commits on Sep 22, 2023
[Fix] `jsx-newline`: prevent a crash when `allowMultilines`
Show description for 28f9a6c
ljharb
committed
28f9a6c
Copy full SHA for 28f9a6c
Pagination
Previous
Next
You can’t perform that action at this time.