minor adjustments and added .prettierrc.json
CI (Lint + Format Checks) / lint (pull_request) Successful in 1m41s

This commit is contained in:
2026-05-16 00:16:17 +02:00
parent 17fef78672
commit 39cbfa2c93
2 changed files with 52 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"tabWidth": 4,
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"proseWrap": "preserve"
}