chore(scripts): scope lint to src and tests instead of repo-wide

This commit is contained in:
2026-05-04 23:36:38 -03:00
committed by hueso
parent ee783ea727
commit 0cdc69d4da

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 src tests --no-error-on-unmatched-pattern",
"lint:fix": "eslint . --fix", "lint:fix": "eslint src tests --fix --no-error-on-unmatched-pattern",
"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"