Skip to content

Commit

Permalink
Update docs/user-guide/configure.md
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
  • Loading branch information
jasikpark and jeddy3 committed Oct 12, 2022
1 parent ee96de5 commit c331d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/configure.md
Expand Up @@ -297,8 +297,8 @@ Here is how overrides work in a configuration file:
- Glob pattern overrides have higher precedence than the regular configuration in the same config file. Multiple overrides within the same config are applied in order. That is, the last override block in a config file always has the highest precedence.
- A glob specific configuration works almost the same as any other Stylelint config. Override blocks can contain any configuration options that are valid in a regular config.
- Multiple glob patterns can be provided within a single override block. A file must match at least one of the supplied patterns for the configuration to apply.
- Singular config values like `defaultSeverity` and `customSyntax` will be replaced by overrides.
- Complex config values like `plugins`, `extends`, `rules`, etc. will be appended.
- `customSyntax` will be replaced by overrides.
- `plugins`, `extends`, `rules`, etc. will be appended.

## `defaultSeverity`

Expand Down

0 comments on commit c331d7d

Please sign in to comment.