chore: add eslint, prettier, lint-staged, husky, eslint, and editorconfig

This commit is contained in:
Stefan Imhoff
2023-02-12 12:23:14 +01:00
parent 99a3bdab56
commit 9bd0f772b0
6 changed files with 86 additions and 2 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true