prettierrc line update to 80 from 100, and singleQuote -> false from true
Format (JS/TS) / format (pull_request) Failing after 7s
Lint (JS/TS) / lint (pull_request) Failing after 12s
Lint (Python) / lint (pull_request) Failing after 20s
Lint (Rust) / lint (pull_request) Successful in 59s

This commit is contained in:
2026-05-16 01:30:24 +02:00
parent 6a8ad4dbf2
commit 583c50f994
+2 -2
View File
@@ -1,9 +1,9 @@
{ {
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": false,
"jsxSingleQuote": false, "jsxSingleQuote": false,
"tabWidth": 4, "tabWidth": 4,
"printWidth": 100, "printWidth": 80,
"trailingComma": "es5", "trailingComma": "es5",
"bracketSpacing": true, "bracketSpacing": true,
"bracketSameLine": false, "bracketSameLine": false,