2
0
Эх сурвалжийг харах

chore: remove git add from lint-staged script

Evan You 4 жил өмнө
parent
commit
de1fd98284
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      package.json

+ 1 - 2
package.json

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