We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f25f0 commit 3d6251dCopy full SHA for 3d6251d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.18
4
+
5
+ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.
6
7
## 0.4.17
8
9
- Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-refresh",
- "version": "0.4.17",
+ "version": "0.4.18",
"type": "module",
"license": "MIT",
"scripts": {
src/types.d.ts
@@ -11,4 +11,4 @@ declare const _default: {
11
};
12
13
14
-export = { default: _default };
+export = _default;
0 commit comments