Install biome in the frontend

This commit is contained in:
Quentin Gliech
2024-10-22 13:25:56 +02:00
parent bf305c225c
commit 1ad2ecb38d
3 changed files with 177 additions and 0 deletions

11
frontend/.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
charset=utf-8
end_of_line = lf
[*.{ts,tsx,js,cjs,mjs,css,json,graphql}]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true