mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-26 23:27:01 -05:00
chore: update eslint config and quiet lint output
- Add recommended TypeScript ESLint rules and configurations - Configure explicit function return types and member accessibility - Add environment settings for Node.js and ES2021 - Update parser options and ignore patterns - Add --quiet flag to lint commands to reduce noise
This commit is contained in:
@@ -212,7 +212,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 && npm run lint --prefix webview-ui",
|
||||
"lint": "eslint src --ext ts --quiet && 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",
|
||||
|
||||
Reference in New Issue
Block a user