Skip to content

Commit

Permalink
chore: fix .lintstagedrc.json (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 25, 2023
1 parent c9f98cf commit 5ecb4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.ts": ["eslint --fix", "prettier --write"],
"!*.ts": ["prettier --write"]
"!*.ts": ["prettier --ignore-unknown --write"]
}

0 comments on commit 5ecb4a2

Please sign in to comment.