docs: add vscode linter instructions to CONTRIBUTING.md (#17045)

This commit is contained in:
David Aaron Suddjian 2021-10-11 15:16:43 -07:00 committed by GitHub
parent 153469dba9
commit c734035708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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