Skip to content

Commit

Permalink
ditch typescript importer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou committed Apr 6, 2024
1 parent a0e1fc5 commit 306bb8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,14 @@ To enable sending emails, please see the
### Editor Setup

Surprise, surprise. We use [VSCode](https://code.visualstudio.com/download) to
write code! After you download it, we'll need to enable some extensions to make
write code! After you download it, we recommend enabling some extensions to make
life a bit easier:

- [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [Tailwind IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
- [Typescript Importer](https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter)

## Making a Pull Request

Expand Down

0 comments on commit 306bb8f

Please sign in to comment.