Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mercedesb/team-dang-productivity in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
mercedesb committed Jun 22, 2021
2 parents f992da0 + 6411e0e commit 71c742a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ I also recommend, installing the [shell command for VSCode](https://code.visuals
- [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag): Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.

### Testing
- [Switch to test](https://marketplace.visualstudio.com/items?itemName=eskimoblood.create-test): This extension will open the coresponding test file for the opened source file. If the file not exists, it will create a new one.
- [Switch to test](https://marketplace.visualstudio.com/items?itemName=eskimoblood.create-test): This extension will open the coresponding test file for the opened source file. If the file does not exist, it will create a new one.
### Linting
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint): Integrates ESLint into VS Code.

Expand Down Expand Up @@ -60,4 +60,4 @@ Below you'll find my most used snippets for DANG projects.
- `alias sb="npm run storybook"`

## Terminal
- Install [`git-completion.bash`](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash) to get autocomplete for git branches
- Install [`git-completion.bash`](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash) to get autocomplete for git branches

0 comments on commit 71c742a

Please sign in to comment.