We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8db9b9 commit 165cdd8Copy full SHA for 165cdd8
1 file changed
package.json
@@ -167,6 +167,6 @@
167
]
168
},
169
"lint-staged": {
170
- "*.{mjs,js,ts,mts,jsx,tsx}": ["oxfmt", "oxlint --type-aware --fix"]
+ "*.{mjs,js,ts,mts,jsx,tsx}": ["oxfmt --no-error-on-unmatched-pattern", "oxlint --type-aware --fix"]
171
}
172
0 commit comments