From e61387bc5a9110609cc9c558ce2847eb1dfe2746 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 6 Jan 2020 10:48:17 +0100 Subject: [PATCH] change settings and rmove gitignore --- .gitignore | 3 +-- .vscode/settings.json | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e6b3e4ab8..928dae262 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,4 @@ cypress.env.json **/coverage release/ -*~ -.vscode/settings.json \ No newline at end of file +*~ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 2091e5e03..179c5ffe3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ } ], "editor.formatOnSave": false, - "eslint.autoFixOnSave": true + "eslint.autoFixOnSave": true, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + } }