Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 541 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 541 Bytes

About linting

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.

Linting at Salt

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!