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 9b2ccda commit 4806b7bCopy full SHA for 4806b7b
.eslintrc.cjs
@@ -11,12 +11,7 @@ module.exports = {
11
ignorePatterns: ["dist", ".eslintrc.cjs"],
12
parser: "@typescript-eslint/parser",
13
plugins: ["react-refresh", "@typescript-eslint"],
14
- rules: {
15
- // "react-refresh/only-export-components": [
16
- // "warn",
17
- // { allowConstantExport: true },
18
- // ],
19
- },
+ rules: {},
20
settings: {
21
"react": {
22
"version": "detect",
package.json
@@ -21,7 +21,7 @@
"scripts": {
"demo": "cd demo && pnpm dev",
23
"build": "pnpm tsc && node ./build.js",
24
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
+ "lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
25
},
26
"type": "module",
27
"sideEffects": false,
0 commit comments