Update lint-staged configuration to use 'oxfmt' for formatting instead of 'yarn format:fix'

This commit is contained in:
Matiss Janis Aboltins
2026-02-22 21:26:17 +00:00
parent 057c3056f4
commit 5ff1544699

View File

@@ -94,7 +94,7 @@
},
"lint-staged": {
"*.{js,mjs,jsx,ts,tsx,md,json,yml,yaml}": [
"yarn format:fix --no-error-on-unmatched-pattern"
"oxfmt --no-error-on-unmatched-pattern"
],
"*.{js,mjs,jsx,ts,tsx}": [
"yarn lint:fix"