Skip to content

Commit

Permalink
Properly configure lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Aug 9, 2023
1 parent aed613e commit 420bf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"**/*.ts": ["eslint --fix", "prettier --write"],
"**/*.js": ["prettier --write"],
"*.md": ["markdownlint --fix", "prettier --write"]
"**/*.md": ["markdownlint --fix", "prettier --write"],
"!**/*.{ts,md}": "prettier --write --ignore-unknown"
}

0 comments on commit 420bf1b

Please sign in to comment.