Skip to content

Commit

Permalink
Docs: Add ESLint tutorial embed to getting started (#7971)
Browse files Browse the repository at this point in the history
I recently published a Pluralsight course on ESLint:
https://www.pluralsight.com/courses/eslint-better-code-quality. Adding a
youtube embed and link to the getting-started page.

Prior context here: eslint/archive-website#324
  • Loading branch information
jamischarles authored and ilyavolodin committed Jan 24, 2017
1 parent 72d41f0 commit d7a0add
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-guide/getting-started.md
Expand Up @@ -6,6 +6,11 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
* ESLint uses an AST to evaluate patterns in code.
* ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime.

## Getting Started Tutorial

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/hppJw2REb8g?rel=0" frameborder="0" allowfullscreen></iframe>
*Why ESLint* @0:00, *Installing and using ESLint* @2:20. <a href="https://www.pluralsight.com/courses/eslint-better-code-quality?utm_source=eslint-dot-org&utm_medium=video&utm_campaign=authordemo" target="_blank">Full ESLint Course at Pluralsight</a>

## Installation and Usage

There are two ways to install ESLint: globally and locally.
Expand Down

0 comments on commit d7a0add

Please sign in to comment.