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 37470d7 commit 4be50d9Copy full SHA for 4be50d9
.eslintignore
@@ -0,0 +1,5 @@
1
+dist
2
+node_modules
3
+.eslintrc.js
4
+**/*.js
5
+**/*.d.ts
package.json
@@ -28,8 +28,8 @@
28
"dev": "vite",
29
"prod": "vite --host 0.0.0.0",
30
"build": "tsc && vite build",
31
- "lint": "eslint --fix src/**/*.{ts,tsx}",
32
- "lint-check": "eslint src/**/*.{ts,tsx}",
+ "lint": "eslint --fix src",
+ "lint-check": "eslint src",
33
"type-check": "tsc",
34
"preview": "vite preview",
35
"prettier": "prettier 'src' 'public' --write --list-different",
0 commit comments