Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix display style of word ESLint #11689

Merged
merged 4 commits into from
Sep 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix display style of other ESLint mention as well
  • Loading branch information
HonkingGoose authored Sep 12, 2021
commit 0902bb0abe2b10b80a1d14dcfc5d262b5248ad95
2 changes: 1 addition & 1 deletion docs/usage/config-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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