Linting tools are used for identifying and reporting on code quality and style in code. The goal is to make code more consistent and to avoid bugs. Linters detect issues in the code immediately which helps us prevent inconsistencies and bugs before even running our application.
Before you start, you need to know if you are working with JavaScript or TypeScript, and work from that folder. So choose the correct folder and we will see you there!