Better Code Quality with ESLint

Pluralsight
Course Summary
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.
-
+
Course Description
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.
-
+
Course Syllabus
Course Overview- 1m 14s
—Course Overview 1m 14sSetting up ESLint in Your Project- 22m 31s
—Course Introduction 3m 29s
—Installing and Running ESLint 4m 42s
—Resolving ESLint Errors 5m 6s
—NPM Scripts 2m 22s
—Git Hooks 6m 14s
—Summary 0m 38sESLint Rules Explained- 45m 45sExploring the ESLint Ecosystem- 39m 7sCommon ESLint Use Cases- 37m 31s