This is an automated email from the ASF dual-hosted git repository. suddjian pushed a commit to branch eslint-vscode-doc in repository https://gitbox.apache.org/repos/asf/superset.git
commit 0278b0ee4dad8498a710f1b48bb147519a5b0c9a Author: David Aaron Suddjian <[email protected]> AuthorDate: Fri Oct 8 14:58:58 2021 -0700 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 494f381..ffe592b 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
