diff --git a/README.md b/README.md index a8b5d95..8076b24 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ file. ```json { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll.eslint": "explicit" } } ```