before adding eslint

This commit is contained in:
canove
2020-09-13 19:01:09 -03:00
parent a2863352b0
commit 1298e61fe4
6 changed files with 1150 additions and 166 deletions

9
backend/.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true