From f13de810e509ccd4431b25c1d12a1500ef91eb5f Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:33:55 +0200 Subject: [PATCH] fixup: use eslint:fix instead of prettier in fix script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4bbee86a..65abb6ae3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "prettier --write .", "update-translations": "cd scripts && node update-translations.cjs", "fix-imports": "cd scripts && node fix-imports.cjs", - "fix": "npm run update-translations && npm run fix-imports && npm run prettier" + "fix": "npm run update-translations && npm run fix-imports && npm run lint:fix" }, "license": "GNU", "type": "module",