Skip to content

Commit

Permalink
docs(readme): update ESLint website link (#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer committed Sep 4, 2022
1 parent 4cbdc30 commit d1d424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These steps will get you running ESLint with our recommended rules on your TypeS

### Step 1: Installation

First, install the required packages for [ESLint](https://eslint.io), [TypeScript](https://typescriptlang.org), and this plugin:
First, install the required packages for [ESLint](https://eslint.org), [TypeScript](https://typescriptlang.org), and this plugin:

```bash npm2yarn
npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint typescript
Expand Down

0 comments on commit d1d424c

Please sign in to comment.