Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Sep 10, 2024
1 parent 2e0a0ca commit c82fa7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export function isGitIgnoredSync(options?: GitignoreOptions): GlobbyFilterFuncti

export function convertPathToPattern(source: string): FastGlob.Pattern;


/**
* Check if a path is ignored by the ignore files.
* @param patterns - See the supported [glob patterns](https://github.com/sindresorhus/globby#globbing-patterns).
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export {
isGitIgnored,
isGitIgnoredSync,
isIgnoredByIgnoreFiles,
isIgnoredByIgnoreFilesSync
isIgnoredByIgnoreFilesSync,
} from './ignore.js';

export const {convertPathToPattern} = fastGlob;

0 comments on commit c82fa7f

Please sign in to comment.