diff --git a/.config/zed/settings.json b/.config/zed/settings.json index 2f969c1..45a9252 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -28,6 +28,11 @@ "formatting": false } } + }, + "formatter": { + "code_actions": { + "source.fixAll.eslint": true + } } // The following settings have been changed from the upstream defaults to // improve security and privacy. Here are the upstream defaults, you can