Course lesson

Configure Emmet, ESlint, and Prettier Extensions

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...

Duration
1 min
Access
Included
Transcript
Retained from source evidence

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.