chore: enforce consistent imports #2408

Merged
Sainan merged 4 commits from imports into main 2025-07-04 17:40:06 -07:00
Showing only changes of commit 1f5df42ebb - Show all commits

View File

@ -20,7 +20,8 @@
"lint:fix": "eslint --fix --ext .ts .",
"prettier": "prettier --write .",
"update-translations": "cd scripts && node update-translations.js",
"fix-imports": "cd scripts && node fix-imports.js"
"fix-imports": "cd scripts && node fix-imports.js",
"fix": "npm run update-translations && npm run fix-imports && npm run prettier"
},
"license": "GNU",
"dependencies": {