Explorar o código

chore: remove git add from lint-staged script

Evan You %!s(int64=3) %!d(string=hai) anos
pai
achega
de1fd98284
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -50,8 +50,7 @@
   },
   "lint-staged": {
     "*.js": [
-      "eslint --fix",
-      "git add"
+      "eslint --fix"
     ]
   },
   "repository": {