Feat/generator 1 iteration (#397)

* chore: added editor config and fix vscode settings

* fix: eslint and typescript

* chore: cleanup folders (gulp)

* feat: cleanup and working generator
This commit is contained in:
Alessio Occhipinti 2019-12-23 15:54:32 +01:00 committed by Mattia Astorino
parent 3f4a1be8a0
commit bf9a2bb6ed
39 changed files with 1791 additions and 5560 deletions

8
.editorconfig Normal file
View file

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