chore(eslint): move src/tests scoping into config via negated ignores

This commit is contained in:
2026-06-02 01:41:01 +00:00
committed by hueso
parent 0cdc69d4da
commit 918e6fecde
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"build-only": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --skipLibCheck --noEmit",
"lint": "eslint src tests --no-error-on-unmatched-pattern",
"lint:fix": "eslint src tests --fix --no-error-on-unmatched-pattern",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
"wagmi:gen": "wagmi generate"