From 6dc72498245aeb402eabb6868e4ebe826c8d2f64 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Fri, 2 Sep 2022 08:09:15 +0000 Subject: [PATCH] docs(readme): update ESLint website link --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 23cbcd84ffa8..0cc743de8d8a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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