Configure Emmet, ESlint, and Prettier Extensions

Share this video with your friends

Send Tweet

One of the other tools I use is Emmet. It's used for writing HTML much more quickly by using shorthand. It can also be used for JSX. VSCode also supports ESLint which we will use and configure in our VSCode settings.json. I will also set up Prettier as my default formatter for TypeScript and TypeScript React files.

vamsg007
vamsg007
~ 10 months ago

how do I open this settings file?