migrated to yarn2

This commit is contained in:
Michael Kolb 2023-01-07 03:04:58 +01:00
parent 7b41d45434
commit 1a2abf5ac6
18 changed files with 11601 additions and 2 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2