Skip to content

Commit

Permalink
Update docs/linting/typed-linting/MONOREPOS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 24, 2022
1 parent 2b7b1ca commit 34cbe73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/linting/typed-linting/MONOREPOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ module.exports = {

### Wide globs in `parserOptions.project`

Using wide globs `**` in your `parserOptions.project` may cause performance implications. Instead of globs that use `**` to recursively check all folders, prefer paths that use a single `*` at a time.
Using wide globs `**` in your `parserOptions.project` may degrade linting performance.
Instead of globs that use `**` to recursively check all folders, prefer paths that use a single `*` at a time.

```js title=".eslintrc.js"
module.exports = {
Expand Down

0 comments on commit 34cbe73

Please sign in to comment.