Skip to content

Commit 3910ca8

Browse files
committed
fix: lint errors
1 parent 4eb2bf5 commit 3910ca8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/fs/resolve-parent-paths-by/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/fs/resolve-parent-paths-by/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type DoneCallback = ( err: Error | null, paths: Array<string|null> ) => void;
104104
interface resolveParentPathsBy {
105105
/**
106106
* Asynchronously resolves paths from a set of paths according to a predicate function by walking parent directories.
107-
*
107+
*
108108
* ## Notes
109109
*
110110
* - If unable to resolve paths, as per each mode function returns as following:

0 commit comments

Comments
 (0)