We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae53e5 commit 80b9395Copy full SHA for 80b9395
docs/zh/guide/cli-service.md
@@ -126,12 +126,18 @@ npx vue-cli-service help [command]
126
{
127
"gitHooks": {
128
"pre-commit": "lint-staged"
129
+ },
130
+ "lint-staged": {
131
+ "*.{js,vue}": [
132
+ "vue-cli-service lint",
133
+ "git add"
134
+ ]
135
}
136
137
```
138
139
::: warning
-`yorkie` fork 自 [`husky`](https://github.com/typicode/husky) 且并不和之后的版本兼容。
140
+`yorkie` fork 自 [`husky`](https://github.com/typicode/husky) 且并与后者不兼容。
141
:::
142
143
## 配置时无需 Eject
0 commit comments