Trying to get prettier to finally run cleanly.
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s

Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
This commit is contained in:
copilotcoder
2026-06-11 10:50:00 -04:00
parent b07a2233a8
commit 9103976001
8 changed files with 290 additions and 4 deletions

View File

@@ -4,5 +4,6 @@
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
"useTabs": false,
"endOfLine": "lf"
}

View File

@@ -38,7 +38,7 @@
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^23.0.0",
"prettier": "^3.0.0",
"prettier": "3.6.2",
"typescript": "~5.3.0",
"vite": "^7.1.10",
"vitest": "^3.2.4",