Skip to content

Commit

Permalink
fix:修复文案提示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hec9527 committed Dec 8, 2023
1 parent fc8fd40 commit d2d78e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions blog/2023-10-15-前端工程化_husky.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ lint-staged 使用 [lilconfig](https://github.com/antonk52/lilconfig) 作为加

```text
package.json
.lint-stagedrc
.lint-stagedrc.js
.lint-stagedrc.cjs
.lint-stagedrc.mjs
.lint-stagedrc.json
.lint-stagedrc.yaml
.lint-stagedrc.yml
.lintstagedrc
.lintstagedrc.js
.lintstagedrc.cjs
.lintstagedrc.mjs
.lintstagedrc.json
.lintstagedrc.yaml
.lintstagedrc.yml
`lint-staged` in `package.json`
```

Expand Down

1 comment on commit d2d78e6

@vercel
Copy link

@vercel vercel bot commented on d2d78e6 Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-hec9527.vercel.app
blog.hec9527.top
blog-git-master-hec9527.vercel.app

Please sign in to comment.