Skip to content

Commit 37399db

Browse files
committed
docs: prettier
1 parent 47d9b5b commit 37399db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/versioned_docs/version-30.0/Configuration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,10 @@ type ResolverOptions = {
14771477
/** Instance of default resolver. */
14781478
defaultResolver: (path: string, options: ResolverOptions) => string;
14791479
/** Instance of default async resolver. */
1480-
defaultAsyncResolver: (path: string, options: ResolverOptions) => Promise<string>;
1480+
defaultAsyncResolver: (
1481+
path: string,
1482+
options: ResolverOptions,
1483+
) => Promise<string>;
14811484
/** List of file extensions to search in order. */
14821485
extensions?: Array<string>;
14831486
/** List of directory names to be looked up for modules recursively. */

0 commit comments

Comments
 (0)