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

15
.vscode/settings.json vendored
View file

@ -1,7 +1,5 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.insertFinalNewline": true,
"javascript.validate.enable": false,
"files.exclude": {
"**/.git": true,
".git-crypt": true,
@ -15,14 +13,17 @@
"*.template": "json"
},
"html.format.preserveNewLines": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 4,
"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"gulp.autoDetect": "off",
"npm.autoDetect": "off",
"eslint.autoFixOnSave": true
"xo.enable": false,
"editor.formatOnSave": false,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.codeActionsOnSaveTimeout": 2000
}