prettierrc line update to 80 from 100, and singleQuote -> false from true #86

Merged
zach merged 7 commits from forgejo-workflows into main 2026-05-16 01:46:27 +02:00
Showing only changes of commit 583c50f994 - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
{
"semi": true,
"singleQuote": true,
"singleQuote": false,
"jsxSingleQuote": false,
"tabWidth": 4,
"printWidth": 100,
"printWidth": 80,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,