From e1d1a7ab5490007a9e1b0f7313f298ea465a17ec Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Mon, 1 Nov 2021 21:43:21 +0100 Subject: [PATCH] Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ccc24b5..e170646 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Defines on which types of files the ESLint server will run. #### settings -ESLint configuration options. Refer to [documentation for VSCode extension](https://github.com/Microsoft/vscode-eslint). +ESLint configuration options. Refer to the comments for documentation and install [LSP-json](https://packagecontrol.io/packages/LSP-json) to automatically validate settings. ### FAQ @@ -53,5 +53,4 @@ A: Install ESLint in the project, run `yarn dlx @yarnpkg/pnpify --sdk base` ([do } } } - ```