added husky, prettier and changed editorconfig

This commit is contained in:
2020-06-16 21:09:25 +02:00
parent d51ea89620
commit 75ff4a09e6
3 changed files with 17 additions and 27 deletions

View File

@@ -5,28 +5,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.js]
indent_style = space
indent_size = 2
[**.json]
indent_style = space
indent_size = 2
[**.css]
indent_style = space
indent_size = 2
[**.html]
indent_style = space
indent_size = 2
[**.jsx]
indent_style = space
indent_size = 2
[configure]
indent_style = space
indent_size = 2