change settings and rmove gitignore

This commit is contained in:
ogerly 2020-01-06 10:48:17 +01:00
parent f06b04178f
commit e61387bc5a
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@ -18,5 +18,4 @@ cypress.env.json
**/coverage
release/
*~
.vscode/settings.json
*~

View File

@ -8,5 +8,8 @@
}
],
"editor.formatOnSave": false,
"eslint.autoFixOnSave": true
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}