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 ec6606d9d8
commit b18bee3828

View File

@ -1 +1,5 @@
# Linters formatters # 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>