Term | Tool | Explanation | Use | Docs |
---|---|---|---|---|
🔦 Linter | ESLint |
- Runs a set of discrete rules - Slower - Explicit logic for edge cases |
Code quality (bug catching) | 📑 |
🧹 Formatter | Prettier |
- Reformats in one pass - Faster - Can't find and fix bugs |
Code Formatting | 📑 |
- eslintconfigprettier -> Prettier -> Lint
Linters have two categories of rules: