We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c63da commit c9e2658Copy full SHA for c9e2658
1 file changed
.lintstagedrc.json
@@ -1,4 +1,6 @@
1
{
2
+ "*.tsx": ["oxfmt", "oxlint --fix --type-aware --max-warnings 0"],
3
+ "*.jsx": ["oxlint --fix --type-aware --max-warnings 0"],
4
"*.ts": ["oxfmt", "oxlint --fix --type-aware --max-warnings 0"],
5
"*.js": ["oxlint --fix --type-aware --max-warnings 0"],
6
"*.json": ["oxfmt"]
0 commit comments