Trying to get prettier to finally run cleanly.
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s
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:
@@ -4,5 +4,6 @@
|
||||
"singleQuote": true,
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false
|
||||
"useTabs": false,
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user