Walk fixes

This commit is contained in:
2025-02-12 12:41:33 +01:00
parent 4e7e13d6f4
commit 26405433a8
6 changed files with 103 additions and 76 deletions

View File

@ -3,7 +3,7 @@
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 300,
"printWidth": 200,
"trailingComma": "none",
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy", "classProperties"],