From 0278b0ee4dad8498a710f1b48bb147519a5b0c9a Mon Sep 17 00:00:00 2001 From: David Aaron Suddjian Date: Fri, 8 Oct 2021 14:58:58 -0700 Subject: [PATCH] docs: add vscode linter instructions to CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 494f381bf0be5..ffe592bf04639 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