mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
Update lint-staged configuration to use 'oxfmt' for formatting instead of 'yarn format:fix'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user