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

1
.gitignore vendored
View File

@ -19,4 +19,3 @@ cypress.env.json
release/ release/
*~ *~
.vscode/settings.json

View File

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