From 820bc4b4fe1be2de0061abe37648c7d57f3bdd65 Mon Sep 17 00:00:00 2001 From: Rodrigo Borba Date: Sun, 4 Jan 2026 14:10:20 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Remove=20c=C3=B3digo=20redundante=20no?= =?UTF-8?q?=20servi=C3=A7o=20WhatsApp=20e=20elimina=20`git=20add`=20da=20c?= =?UTF-8?q?onfigura=C3=A7=C3=A3o=20do=20`lint-staged`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c168a04..15b4491 100755 --- a/package.json +++ b/package.json @@ -165,8 +165,7 @@ }, "lint-staged": { "app/**/*.{js,vue}": [ - "eslint --fix", - "git add" + "eslint --fix" ], "*.scss": [ "scss-lint"