From 3e498d3bc21522d6c1161d0855bb0bd628222a93 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:56:31 +0200 Subject: [PATCH 1/2] docs: fix display style of word ESLint --- docs/usage/config-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index c62bbb96204d08..8752c057105c84 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -6,7 +6,7 @@ description: Renovate's support for ESLint-like shareable configs # Shareable Config Presets Renovate's "config presets" are a convenient way to distribute config for reuse across multiple repositories. -It is similar in design to `eslint`'s shareable configs, and can be used for whole repository configs and for individual rules. +It is similar in design to ESLint's shareable configs, and can be used for whole repository configs and for individual rules. They are defined using the `extends` array within config and may also be nested. In short: From 0902bb0abe2b10b80a1d14dcfc5d262b5248ad95 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 12 Sep 2021 13:23:53 +0200 Subject: [PATCH 2/2] Fix display style of other ESLint mention as well --- docs/usage/config-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/config-presets.md b/docs/usage/config-presets.md index 8752c057105c84..b38e2fdded272b 100644 --- a/docs/usage/config-presets.md +++ b/docs/usage/config-presets.md @@ -33,7 +33,7 @@ Renovate's configuration is self-documenting, because you can fill in the `"desc ## Implementation Approach -In order to achieve these goals, preset configs allow for a very modular approach - preset configs can be as small as a partial package rule or as large as an entire configuration, like an `eslint` config. +In order to achieve these goals, preset configs allow for a very modular approach - preset configs can be as small as a partial package rule or as large as an entire configuration, like an ESLint config. ## Preset Hosting