Coding Style Guides | Web Dev Office Hours

Опубликовано: 20 Март 2025
на канале: Akamai DevRel
824
7

Linting is an important concept to apply to any project. In this video, we'll look at adding linting to a JavaScript project with ESLint. We cover the VS Code plugin, the configuration file, the CLI, and briefly discuss using ESLint with your team to ensure consistent styles across your project.

Links:
ESLint - https://eslint.org/
VS Code ESLint plugin - https://marketplace.visualstudio.com/...
Git Hooks - https://git-scm.com/book/en/v2/Custom...
Lefthook - https://github.com/evilmartians/lefthook
GitHub Actions - https://github.com/features/actions
Austin's eslint rules - https://github.com/AustinGil/configs/...

Watch Austin's Livestreams here
YouTube:    / heyaustingil  
Twitch:   / heyaustingil  
Website: https://austingil.com/

0:21 Introduction
0:22 Coding Style Guides
5:40 End Card