chore(format): set up Prettier

This commit is contained in:
2026-08-08 17:21:11 +02:00
parent 805c2511da
commit 1932eaf154
5 changed files with 424 additions and 3 deletions
+4 -1
View File
@@ -10,7 +10,9 @@
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"dependencies": {
"pinia": "^3.0.4",
@@ -30,6 +32,7 @@
"generate-license-file": "^4.2.1",
"globals": "^17.9.0",
"jsdom": "^29.1.1",
"prettier": "^3.9.6",
"vite": "^8.0.10",
"vite-plugin-html": "^3.2.2",
"vitest": "^4.1.7"