Skip to content

Commit

Permalink
docs: fix ignorePresets example (#28081)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 22, 2024
1 parent 226010b commit a9779a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/configuration-options.md
Expand Up @@ -2061,11 +2061,11 @@ For example, consider this config:
```json
{
"extends": ["config:recommended"],
"ignorePresets": [":prHourlyLimit2"]
"ignorePresets": ["group:monorepos"]
}
```

It would take the entire `"config:recommended"` preset - which has a lot of sub-presets - but ignore the `":prHourlyLimit2"` rule.
It would take the entire `"config:recommended"` preset - which has a lot of sub-presets - but ignore the `"group:monorepos"` rule.

## ignoreReviewers

Expand Down

0 comments on commit a9779a7

Please sign in to comment.