npm
npmjs.com › package › eslint-plugin-react-refresh
eslint-plugin-react-refresh - npm
This plugin provides a single rule, react-refresh/only-export-components. There are multiple ways to enable it. import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig( ...
» npm install eslint-plugin-react-refresh
Published Feb 23, 2026
Version 0.5.2
Author Arnaud Barré
GitHub
github.com › ArnaudBarre › eslint-plugin-react-refresh
GitHub - ArnaudBarre/eslint-plugin-react-refresh: Validate that your components can safely be updated with Fast Refresh · GitHub
This plugin provides a single rule, react-refresh/only-export-components. There are multiple ways to enable it. import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig( ...
Starred by 329 users
Forked by 23 users
Languages TypeScript 95.3% | JavaScript 4.7%
GitHub
github.com › ArnaudBarre › eslint-plugin-react-refresh › releases
Releases · ArnaudBarre/eslint-plugin-react-refresh
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig({ files: ["**/*.ts", "**/*.tsx"], plugins: { // other plugins "react-refresh": reactRefresh.plugin, }, rules: { // other rules "react-refresh/only-export-components": [ "warn", { extraHOCs: ["someLibHOC"] }, ], }, });
Author ArnaudBarre
npm
npmjs.com › package › @types › eslint-plugin-react-refresh
@types/eslint-plugin-react-refresh - npm
Start using @types/eslint-plugin-react-refresh in your project by running `npm i @types/eslint-plugin-react-refresh`. There are 0 other projects in the npm registry using @types/eslin...
» npm install @types/eslint-plugin-react-refresh
Published Nov 20, 2024
Version 0.4.0
UNPKG
app.unpkg.com › eslint-plugin-react-refresh@0.3.4 › files › README.md
eslint-plugin-react-refresh
# eslint-plugin-react-refresh [](https://www.npmjs.com/package/eslint-plugin-react-refresh) Validate that your components can safely be updated with fast refresh. ## Limitations ⚠️ To avoid false positive, by default this plugin is only applied on `tsx` & `jsx` files.
Snyk
security.snyk.io › snyk vulnerability database › npm
eslint-plugin-react-refresh vulnerabilities | Snyk
We found that eslint-plugin-react-refresh demonstrates a positive version release cadence with at least one new version released in the past 3 months. As a healthy sign for on-going project maintenance, we found that the GitHub repository had at least 1 pull request or issue interacted with by the community. ... The npm package eslint-plugin-react-refresh receives a total of 16,807,344 downloads a week.
Snyk
snyk.io › snyk vulnerability database › npm
eslint-plugin-react-refresh - npm package
We found that eslint-plugin-react-refresh demonstrates a positive version release cadence with at least one new version released in the past 3 months. As a healthy sign for on-going project maintenance, we found that the GitHub repository had at least 1 pull request or issue interacted with by the community. ... The npm package eslint-plugin-react-refresh receives a total of 16,807,344 downloads a week.
npm
npmjs.com › package › eslint-plugin-react
eslint-plugin-react - npm
React specific linting rules for ESLint. Latest version: 7.37.5, last published: a year ago. Start using eslint-plugin-react in your project by running `npm i eslint-plugin-react`. There are 16978 other projects in the npm registry using eslint-plugin-react.
» npm install eslint-plugin-react
Published Apr 03, 2025
Version 7.37.5
Author Yannick Croissant
GitHub
github.com › ArnaudBarre › eslint-plugin-react-refresh › blob › main › CHANGELOG.md
eslint-plugin-react-refresh/CHANGELOG.md at main · ArnaudBarre/eslint-plugin-react-refresh
The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config · A new reactRefresh export is available and prefered over the default export.
Author ArnaudBarre
GitHub
github.com › ArnaudBarre › eslint-plugin-react-refresh › actions
Workflow runs · ArnaudBarre/eslint-plugin-react-refresh
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. ... Fix support for nested function calls for extraHOCs [publish] Publish to npm #88: Commit c0317bf pushed by ArnaudBarre
Author ArnaudBarre
Yarn
classic.yarnpkg.com › en › package › eslint-plugin-react
eslint-plugin-react
Fast, reliable, and secure dependency management.
Reddit
reddit.com › r/reactjs › is eslint-plugin-react is unnecessary if i use @typescript-eslint/eslint-plugin and eslint-plugin-react-hooks?
r/reactjs on Reddit: Is eslint-plugin-react is unnecessary if i use @typescript-eslint/eslint-plugin and eslint-plugin-react-hooks?
November 30, 2023 -
it seems that the following plugins are sufficient for my usage of React and Typescript.
"@typescript-eslint/eslint-plugin": "^5.59.9","@typescript-eslint/parser": "^5.59.9","eslint-plugin-react-hooks": "^4.6.0","eslint-plugin-react-refresh": "^0.4.3",
I'm unsure if eslint-plugin-react provides any useful rules.
Could you provide some examples? Thanks.
data.code.gouv.fr
data.code.gouv.fr › usage › npm › eslint-plugin-react-refresh
eslint-plugin-react-refresh | npm | Package Usage | Ecosyste.ms: Repos
Validate that your components can safely be updated with fast refresh 22 versions Latest release: over 1 year ago 3,990 dependent packages 8,263,122 downloads last month · View more package details: https://packages.ecosystem.code.gouv.fr/registries/npmjs.org/packages/eslint-plugin-react-refresh