diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d846fe..df304cb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,9 @@ // Place your settings in this file to overwrite default and user settings. { - "eslint.autoFixOnSave": true, - "eslint.validate": [ - "javascript", - { "language": "typescript", "autoFix": true } - ], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "eslint.validate": ["javascript", "typescript"], "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": false