Skip to content

Commit

Permalink
lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Torathion committed Feb 20, 2025
1 parent 9de3b72 commit eabce34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/fdir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ export function buildFdir(
props: InternalProps,
processed: ProcessedPatterns,
cwd: string,
root: string): APIBuilder<PathsOutput> {
const { absolute, debug, followSymbolicLinks, onlyDirectories } = options
root: string
): APIBuilder<PathsOutput> {
const { absolute, debug, followSymbolicLinks, onlyDirectories } = options;
const nocase = !options.caseSensitiveMatch;

const matcher = picomatch(processed.match, {
Expand Down

0 comments on commit eabce34

Please sign in to comment.