From b8c5d176ac78592d082099349e8371a2fb08daa7 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Wed, 21 Aug 2019 19:20:33 -0400 Subject: [PATCH] Improve Sublime Text instructions --- docs/user-guide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md index abf2390c9..6ddd3e83b 100644 --- a/docs/user-guide/README.md +++ b/docs/user-guide/README.md @@ -149,9 +149,9 @@ If you use `Vetur` plugin, set `"vetur.validation.template": false` to avoid def #### Sublime Text -Use [SublimeLinter-eslint](https://github.com/SublimeLinter/SublimeLinter-eslint) extension that SublimeLinter provides for eslint. +Use Package Control to install **SublimeLinter** and its ESLint extension **[SublimeLinter-eslint](https://github.com/SublimeLinter/SublimeLinter-eslint)**. -You have to open command-palette via `Cmd/Ctrl+Shift+P` and type `Preferences: SublimeLinter Settings`, paste to the config on the right side: +In the menu go to `Preferences > Package Settings > SublimeLinter > Settings` and paste in this: ```json {