Skip to content

Commit

Permalink
fix(pluginutils): correct minimatch to picomatch in TSDoc (#1057)
Browse files Browse the repository at this point in the history
* chore(pluginutils): correct minimatch to picomatch in TSDoc

* chore(pluginutils): clarify picomatch glob pattern in TSDoc
  • Loading branch information
exuanbo committed Dec 13, 2021
1 parent e7719b0 commit 8557d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pluginutils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface DataToEsmOptions {
}

/**
* A valid `minimatch` pattern, or array of patterns.
* A valid `picomatch` glob pattern, or array of patterns.
*/
export type FilterPattern = ReadonlyArray<string | RegExp> | string | RegExp | null;

Expand Down

0 comments on commit 8557d32

Please sign in to comment.