Skip to content

Commit

Permalink
docs: update rule links
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 17, 2024
1 parent eec1222 commit a33a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Why?

This plugin allows you to configure the same ESLint rule multiple times, which is not possible with the default ESLint behavior. Normally, when the same rule (e.g., `[no-restricted-imports](https://eslint.org/docs/latest/rules/no-restricted-imports)`) is configured more than once, the latter configuration overwrites the previous one. With this plugin, you can apply multiple configurations for the same rule, offering greater flexibility in defining your ESLint settings. This can be particularly useful for different scenarios or environments that require specific rule adjustments without overriding previous configurations.
This plugin allows you to configure the same ESLint rule multiple times, which is not possible with the default ESLint behavior. Normally, when the same rule (e.g., [`no-restricted-imports`](https://eslint.org/docs/latest/rules/no-restricted-imports)) is configured more than once, the latter configuration overwrites the previous one. With this plugin, you can apply multiple configurations for the same rule, offering greater flexibility in defining your ESLint settings. This can be particularly useful for different scenarios or environments that require specific rule adjustments without overriding previous configurations.

## Usage

Expand Down

0 comments on commit a33a176

Please sign in to comment.