ESLint (and Prettier) Quickstart - Lint your javascipt code the right way

Опубликовано: 13 Март 2026
на канале: Justin Brooks
38,868
755

ESLint is a pluggable Javascript tool that analyses your code to find issues that can lead to bugs or inconsistencies in code health and style. Today, we'll look at setting up a node project with ESLint and integrate it with visual studio code.

With more than 17 million downloads every week on npm and used by some of the largest tech companies such as Microsoft, Netflix, and Google, it's safe to say Eslint is one of the most popular tools for Javascript development.


✨ SOCIAL ✨
Discord -   / discord  
Twitter -   / jsbroks  


⚡ RESOURCES ⚡
Eslint - https://eslint.org/
Prettier - https://prettier.io/


⭐ TIMESTAMPS ⭐
0:00 - Intro
0:39 - Setup Eslint
1:47 - Eslint Errors
2:50 - Prettier
4:20 - Conclusion