Add prettier and re-configure lint according to current best practises

This commit is contained in:
SleepWalker
2019-11-27 11:03:32 +02:00
parent 991031f211
commit d795ec164f
353 changed files with 23198 additions and 21951 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2