diff --git a/readme.md b/readme.md index 133fbe1..c576f21 100644 --- a/readme.md +++ b/readme.md @@ -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