mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -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:
@@ -8,7 +8,7 @@
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "jest",
|
||||
"lint": "eslint src --ext ts,tsx"
|
||||
"lint": "eslint src --ext ts,tsx --quiet"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/webview-ui-toolkit": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user