chore: use prettier instead of lint:fix for 'npm run fix' #2906

Merged
Sainan merged 1 commits from fix-fix into main 2025-10-17 22:37:59 -07:00

View File

@ -22,7 +22,7 @@
"lint:fix": "eslint --fix --ext .ts .", "lint:fix": "eslint --fix --ext .ts .",
"prettier": "prettier --write .", "prettier": "prettier --write .",
"update-translations": "cd scripts && node update-translations.cjs", "update-translations": "cd scripts && node update-translations.cjs",
"fix": "npm run update-translations && npm run lint:fix" "fix": "npm run update-translations && npm run prettier"
}, },
"license": "GNU", "license": "GNU",
"type": "module", "type": "module",