Detect errors before every commit to GitHub! Using Husky and ESLint

iEatWebsites Guide 2 years ago

Description

In this video you will learn how to install and setup Husky with ESList to detect errors before you commit your code to GitHub or any other platform.

CHAPTERS:
00:00 Intro
00:18 Installing ESLint
01:36 ESLint config file
03:02 Run ESLint
06:02 Installing Husky
07:00 Husky Configuration

Here is the GitHub repo: https://github.com/brickbones/husky-eslint-tutorial

More details about ESLint: https://eslint.org/
More details about Husky: https://typicode.github.io/husky/