diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 046f307..7847d2b 100644 --- a/settings.json +++ b/settings.json @@ -241,6 +241,12 @@ "requires": [ "npm" ] + }, + { + "command": "eslint-language-server", + "requires": [ + "git", "npm" + ] } ], "javascriptreact": [ @@ -554,6 +560,12 @@ "requires": [ "npm" ] + }, + { + "command": "eslint-language-server", + "requires": [ + "git", "npm" + ] } ], "typescriptreact": [ |