Skip to content

Commit

Permalink
try add checker in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Aug 28, 2023
1 parent 71fd4e5 commit a89e68e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"*": " prettier --write"
"*": " prettier --write",
"*.md": "markdown-link-check --quiet"
}
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Ignore everything recursively
*

# But not the markdown files
!*.md

# Check subdirectories too
!*/

0 comments on commit a89e68e

Please sign in to comment.