style: configure deno fmt to use single quotes
All checks were successful
CI / Build All Platforms (Tag/Main only) (push) Has been skipped
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 6s

- Add singleQuote: true to deno.json fmt configuration
- Reformat all files with single quotes using deno fmt
This commit is contained in:
2025-10-19 13:14:18 +00:00
parent b935087d50
commit 071ded9c41
24 changed files with 1094 additions and 672 deletions

View File

@@ -21,7 +21,8 @@
"useTabs": false,
"lineWidth": 100,
"indentWidth": 2,
"semiColons": true
"semiColons": true,
"singleQuote": true
},
"compilerOptions": {
"lib": ["deno.window"],