Skip to content

Commit 0b96700

Browse files
committed
chore: lintstaged
1 parent 96a424c commit 0b96700

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.lintstagedrc.mjs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
export default {
2-
"**/*.(js|jsx|ts|tsx|md|mdx|html|css)": [
3-
"biome format --write",
4-
"biome lint --apply-unsafe",
5-
],
2+
"**/*.(js|jsx|ts|tsx|md|mdx|html|css)": ["biome check --apply-unsafe"],
63
};

0 commit comments

Comments
 (0)