Skip to content

Commit

Permalink
ESLINTJS-66 Fix link to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Dec 6, 2024
1 parent 457d66c commit 07b69c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jsts/src/rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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):

Expand Down

0 comments on commit 07b69c2

Please sign in to comment.