From 78973df1889398841b6786c2aa1e09e55a1cf1f6 Mon Sep 17 00:00:00 2001 From: Ramon Souza Date: Thu, 20 May 2021 15:44:17 -0300 Subject: [PATCH] remove git add from linter config --- bigbluebutton-html5/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bigbluebutton-html5/package.json b/bigbluebutton-html5/package.json index f061f48763..46a606fcd9 100755 --- a/bigbluebutton-html5/package.json +++ b/bigbluebutton-html5/package.json @@ -22,8 +22,7 @@ }, "lint-staged": { "*.{js,jsx}": [ - "eslint --fix", - "git add" + "eslint --fix" ] }, "dependencies": {