From c734035708fe90999d076c0ac144c7027d781b64 Mon Sep 17 00:00:00 2001 From: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:16:43 -0700 Subject: [PATCH] docs: add vscode linter instructions to CONTRIBUTING.md (#17045) --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 494f381bf0be..ffe592bf0463 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -672,6 +672,14 @@ npm ci npm run lint ``` +If using the eslint extension with vscode, put the following in your workspace `settings.json` file: + +```json +"eslint.workingDirectories": [ + "superset-frontend" +] +``` + ## Conventions ### Python