Don't need to git add anymore

This commit is contained in:
root
2021-10-03 21:01:09 +05:30
parent 2dde9fc780
commit b9ecb06f61
+1 -2
View File
@@ -74,8 +74,7 @@
"license": "AGPL-3.0-or-later",
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
"vue-cli-service lint"
]
}
}