We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a979d3e commit f575fe8Copy full SHA for f575fe8
.lintstagedrc.mjs
@@ -1,3 +1,3 @@
1
export default {
2
- '**/*.(js|jsx|ts|tsx|md|mdx|html|css)': ['biome check --apply-unsafe'],
+ '**/*.(js|jsx|ts|tsx|md|json|mdx|html|css)': ['biome check --apply-unsafe'],
3
};
0 commit comments