Skip to content

Commit 96b6273

Browse files
authoredSep 22, 2024··
chore: Update .lintstagedrc.json (#128)
1 parent 007172a commit 96b6273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.lintstagedrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.{ts,tsx,js,jsx,json,css,sh}": ["biome check --write --files-ignore-unknown=true"],
2+
"*.{ts,tsx,js,jsx,json,css,sh}": ["biome check --write --no-errors-on-unmatched"],
33
"*.{md,yml}": ["prettier --ignore-unknown --write"]
44
}

0 commit comments

Comments
 (0)
Please sign in to comment.