chore(frontend): install and set up oxlint and oxfmt

This commit is contained in:
2026-05-14 22:01:56 +02:00
parent 543fbf575d
commit eecc2b354a
10 changed files with 686 additions and 193 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
end_of_line = true
insert_final_newline = true
charset = utf-8
[*.{vue,js,ts,json}]
indent_style = space
indent_size = 2
[*.{rs,yaml}]
indent_style = space
indent_size = 4
[{justfile,*.just}]
indent_style = tab
indent_size = 4