We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abcc22 commit 206c1e3Copy full SHA for 206c1e3
README.md
@@ -1,4 +1,4 @@
1
-# eslint-plugin-react-refresh
+# eslint-plugin-react-refresh [](https://www.npmjs.com/package/eslint-plugin-react-refresh)
2
3
Validate that your components can safely be updated with fast refresh.
4
@@ -43,13 +43,13 @@ export * from "./foo";
43
44
## Pass
45
46
-```js
+```jsx
47
export default function Foo() {
48
return <></>;
49
}
50
```
51
52
53
const foo = () => {};
54
export const Bar = () => <></>;
55
0 commit comments