1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

Resources added for Linters formatters (#1261)

This commit is contained in:
Archit Sharma
2022-05-16 21:27:42 +05:30
committed by GitHub
parent 357d30cc0c
commit 9693d83ad4

View File

@@ -1 +1,5 @@
# 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.
<BadgeLink colorScheme='blue' badgeText='Read' href='https://www.testim.io/blog/what-is-a-linter-heres-a-definition-and-quick-start-guide/'>What Is a Linter?</BadgeLink>