Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rishabh044 63fd5e2e2c
Added prettier content (#2256)
2 years ago
..
100-prettier.md Added prettier content (#2256) 2 years ago
101-eslint.md Add Readme and Change Tag Color (#1779) 2 years ago
102-standardjs.md Add Readme and Change Tag Color (#1779) 2 years ago
readme.md Add Readme and Change Tag Color (#1779) 2 years ago

readme.md

Linters formatters

A linter is a tool used to analyze code and discover bugs, syntax errors, stylistic inconsistencies, and suspicious constructs. Popular linters for JavaScript include ESLint, JSLint, and JSHint.

What Is a Linter?