chore: add .prettierrc and commit fixed files

This commit is contained in:
Mathias Schopmans
2024-02-09 09:08:17 +01:00
committed by Mathias Schopmans
parent f15164c5cd
commit 4b5a7abbc9
4 changed files with 16 additions and 3 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "all",
"singleQuote": false,
"semi": true,
"importOrder": ["^[./]", "^@(.*)$"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}