Skip to content

Commit

Permalink
docs: fix display style of word ESLint (#11689)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Sep 12, 2021
1 parent 050b6a9 commit fe45377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/config-presets.md
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit fe45377

Please sign in to comment.