From 8be95405d368c93b310637fb678014abf60f98a4 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 18 Mar 2020 11:22:48 +0100 Subject: [PATCH] feat(neovim): enable eslint.autoFixOnSave --- home/editors/coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/home/editors/coc-settings.json b/home/editors/coc-settings.json index 368ca3a..2c20f28 100644 --- a/home/editors/coc-settings.json +++ b/home/editors/coc-settings.json @@ -1,4 +1,5 @@ { + "eslint.autoFixOnSave": true, "omnisharp.path": "/home/felschr/.nix-profile/bin/omnisharp", "omnisharp.useGlobalMono": "never", "omnisharp.projectLoadTimeout": 120,