Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Sep 4, 2023
1 parent 337e451 commit 79a83c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,ts}": ["eslint --fix", "prettier --write"],
"*.md": ["prettier --write"]
"**/*.{js,ts}": ["eslint --fix", "prettier --write"],
"**/*.md": ["prettier --write"]
}

0 comments on commit 79a83c7

Please sign in to comment.