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 b3e3cc5 commit a7366f4Copy full SHA for a7366f4
.eslintrc.cjs
@@ -6,7 +6,7 @@ module.exports = {
6
"plugin:react/recommended",
7
"plugin:react/jsx-runtime",
8
"plugin:react-hooks/recommended",
9
- "prettier"
+ "prettier",
10
],
11
ignorePatterns: ["dist", ".eslintrc.cjs"],
12
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
@@ -18,5 +18,6 @@ module.exports = {
18
{ allowConstantExport: true },
19
20
"react/prop-types": 0,
21
+ "react-refresh/only-export-components": "off",
22
},
23
};
0 commit comments