chore(scripts): update lint commands to remove directory scope

This commit is contained in:
2026-05-05 00:01:41 -03:00
committed by hueso
parent e2a03786e1
commit 72b9b64da8

View File

@@ -8,8 +8,8 @@
"build-only": "vite build", "build-only": "vite build",
"preview": "vite preview", "preview": "vite preview",
"type-check": "vue-tsc --skipLibCheck --noEmit", "type-check": "vue-tsc --skipLibCheck --noEmit",
"lint": "eslint .", "lint": "eslint",
"lint:fix": "eslint . --fix", "lint:fix": "eslint --fix",
"format": "prettier --write \"src/**/*.{ts,vue,json}\"", "format": "prettier --write \"src/**/*.{ts,vue,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"", "format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
"wagmi:gen": "wagmi generate" "wagmi:gen": "wagmi generate"