Skip to content

Commit

Permalink
docs: add vscode linter instructions to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Oct 8, 2021
1 parent a6173f1 commit 0278b0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0278b0e

Please sign in to comment.