Better Code Quality with ESLint
ESLint is a powerful tool for ensuring consistency and code quality across your entire team. This course will teach you how to get ESLint up and running quickly for your project and team, and how to customize it to fit your needs.
What you'll learn
When two or more Web Developers work on the same codebase, things can often get messy. Bad patterns can creep in, and it's not long before syntax errors unintentionally get committed. The larger the team, the worse the problem is. In this course, Better Code Quality with ESLint, you'll learn how to quickly get ESLint up and running for your team and projects. First, you'll discover how to get ESLint up and running in your project. Next, you'll cover custom tailoring ESLint to your needs and learn how to write shareable ESLint plugins and configurations. Then, you'll explore linting modern JavaScript like ES6 and ES7. Finally, you'll learn how to integrate ESLint into your editor. By the end this course, you'll be the ESLint expert on your team and you'll be writing custom rules to help your team enforce consistency and quality across their codebases.
Table of contents
- Introduction 1m
- Common ESLint Rules 4m
- Picking and Adding More ESLint Rules 6m
- ESLint Rules Under the Hood 2m
- ESLint and Abstract Syntax Trees (ASTs) 5m
- Writing Your First Rule 6m
- No-FIXME-comment Rule 5m
- Expiring-code Rule 8m
- Passing Parameters to Rules 3m
- Verify-parameters Rule 3m
- Making Rules Fixable with —fix 4m
- Summary 0m