Skip to content

Commit

Permalink
docs: add vscode linter instructions to CONTRIBUTING.md (#17045)
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Oct 11, 2021
1 parent 153469d commit c734035
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 c734035

Please sign in to comment.