Revert "chore: update eslint config and quiet lint output"

This reverts commit 6db3ecf73e.
This commit is contained in:
Matt Rubens
2025-01-30 22:39:21 -05:00
parent e2a8a7aa5c
commit 810bbb449f
3 changed files with 12 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"lint": "eslint src --ext ts,tsx --quiet"
"lint": "eslint src --ext ts,tsx"
},
"dependencies": {
"@vscode/webview-ui-toolkit": "^1.4.0",