mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix lints
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
"backend:clean": "rm -rf backend/data",
|
||||
"frontend:dev": "vite frontend",
|
||||
"frontend:typecheck": "tsc --project frontend",
|
||||
"frontend:lint": "eslint frontend/src --ext .js,.jsx,.ts,.tsx",
|
||||
"frontend:lint": "eslint --config frontend/eslint.config.ts frontend/src --ext .js,.jsx,.ts,.tsx",
|
||||
"frontend:check": "npm run frontend:lint && npm run frontend:typecheck",
|
||||
"frontend:build": "npm run frontend:check && vite build frontend",
|
||||
"frontend:electron:dev": "VITE_ELECTRON=true npm run frontend:dev",
|
||||
|
||||
Reference in New Issue
Block a user