Skip to content

Commit

Permalink
chore: eslint warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Dec 4, 2024
1 parent f470e18 commit 912ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/voyager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.gitignore\"",
"test:static": "tsc --noEmit && eslint . --quiet",
"dev": "vite",
"build": "tsc -b && vite build",
"prep": "vite build",
Expand Down

0 comments on commit 912ac10

Please sign in to comment.