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

@@ -214,7 +214,7 @@
"compile": "npm run check-types && npm run lint && node esbuild.js",
"compile-tests": "tsc -p . --outDir out",
"install:all": "npm install && cd webview-ui && npm install",
"lint": "eslint src --ext ts --quiet && npm run lint --prefix webview-ui",
"lint": "eslint src --ext ts && npm run lint --prefix webview-ui",
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"start:webview": "cd webview-ui && npm run start",