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 + } }