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 e43365d commit 050b8d3Copy full SHA for 050b8d3
.gitignore
@@ -6,4 +6,5 @@ target
6
*.*.timestamp-*
7
coverage
8
.df
9
-build_rs_cov.profraw
+build_rs_cov.profraw
10
+tsconfig.tsbuildinfo
apps/vite-lib/package.json
@@ -5,7 +5,7 @@
5
"private": true,
"scripts": {
"build": "vite build",
- "lint": "tsc && vite lint"
+ "lint": "tsc && eslint"
},
"dependencies": {
11
"react": "^19.0.0",
apps/vite/package.json
@@ -7,7 +7,7 @@
"dev": "vite dev",
"start": "vite start",
12
13
0 commit comments