Skip to content

Commit

Permalink
Update globs.md (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 18, 2021
1 parent 0be43aa commit 3f0ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/globs.md
Expand Up @@ -16,7 +16,7 @@ Here are some of the places globs are used:
| ---------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `files[]` | **strict** | The glob patterns used to search for files to spell check. |
| `ignorePaths[]` | **loose** | Glob patterns used to exclude files and directories from being checked. `!` are only partially supported due to an issue with the Glob library[<sup>1</sup>][1] |
| `overrides[].filename` | **loose** | Used to apply configuration settings to file whose path matches the glob |
| `overrides[].filename` | **loose** | Used to apply configuration settings to files whose path matches the glob |

[1]: https://github.com/isaacs/node-glob/issues/409 'Glob - Does not match for negative ignore · Issue #409'

Expand Down

0 comments on commit 3f0ca9d

Please sign in to comment.