Skip to content

Commit 190f520

Browse files
committed
Update lint-staged config to remove the git add (as instructed in warning message)
1 parent b3221ac commit 190f520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
},
9797
"lint-staged": {
9898
"*.{js,ts,json,yml,md,mdx}": [
99-
"prettier-eslint --write",
100-
"git add"
99+
"prettier-eslint --write"
101100
]
102101
}
103102
}

0 commit comments

Comments
 (0)