From 07b69c2327a4bf28e1151b5b5b5319450254c257 Mon Sep 17 00:00:00 2001 From: Victor Diez Date: Fri, 6 Dec 2024 17:08:49 +0100 Subject: [PATCH] ESLINTJS-66 Fix link to CHANGELOG --- packages/jsts/src/rules/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jsts/src/rules/README.md b/packages/jsts/src/rules/README.md index 680fa78f642..9e30751baba 100644 --- a/packages/jsts/src/rules/README.md +++ b/packages/jsts/src/rules/README.md @@ -17,7 +17,7 @@ If you are a [SonarQube](https://www.sonarqube.org) or [SonarCloud](https://sona - [ESLint rules](#eslint-rules) - [Improved ESLint rules](#improved-eslint-rules) -## [Changelog](CHANGELOG.md) +## [Changelog](https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/CHANGELOG.md) ## Prerequisites @@ -28,7 +28,7 @@ The prerequisites for using this plugin depend on the ESLint version you are usi ## Installation -First, ensure that your project is configured with ESLint. If it is not, please follow the [ESLint instructions](<(https://github.com/eslint/eslint#installation-and-usage)>) to set it up. +First, ensure that your project is configured with ESLint. If it is not, please follow the [ESLint instructions](https://github.com/eslint/eslint#installation-and-usage) to set it up. To install `eslint-plugin-sonarjs`, use the following `npm` command (or `yarn` equivalent):