We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a424c commit 0b96700Copy full SHA for 0b96700
.lintstagedrc.mjs
@@ -1,6 +1,3 @@
1
export default {
2
- "**/*.(js|jsx|ts|tsx|md|mdx|html|css)": [
3
- "biome format --write",
4
- "biome lint --apply-unsafe",
5
- ],
+ "**/*.(js|jsx|ts|tsx|md|mdx|html|css)": ["biome check --apply-unsafe"],
6
};
0 commit comments