npm i
- Open VS Code with this repo at the root of the workspace
- VS Code > View > Run > Run Extension:
- This will open a new VS Code window
- In that new window, File > Open > select a repo that has a
.circleci/config.yml
file - Click the Local CI icon on the left
- You should see the CircleCI® jobs for that workspace:
- As you make edits, click Restart in the Local CI repo to see the edits apply in the second window:
npm run lint
This will also run on a pre-commit hook that will install on npm i