Skip to content

Commit eea3bf3

Browse files
committed
Remove git add per Husky's request
1 parent 34b14b3 commit eea3bf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"lint-staged": {
5353
"**/*.{js,ts}": [
5454
"eslint --fix",
55-
"prettier --write --ignore-unknown",
56-
"git add"
55+
"prettier --write --ignore-unknown"
5756
]
5857
}
5958
}

0 commit comments

Comments
 (0)