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 2dadd5e commit 3395ddaCopy full SHA for 3395dda
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.22
4
+
5
+- Add `"viewport"` to `allowExportNames` in Next config ([#89](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/pull/89))
6
7
## 0.4.21
8
9
- Add Next config (fixes [#85](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/85))
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-refresh",
- "version": "0.4.21",
+ "version": "0.4.22",
"type": "module",
"license": "MIT",
"scripts": {
0 commit comments