From 72b9b64da8df00a02b7b9e22b75e56b6e2d13696 Mon Sep 17 00:00:00 2001 From: Arthur Abeilice Date: Tue, 5 May 2026 00:01:41 -0300 Subject: [PATCH] chore(scripts): update lint commands to remove directory scope --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81da212..2b4d1cb 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "build-only": "vite build", "preview": "vite preview", "type-check": "vue-tsc --skipLibCheck --noEmit", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "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"