Skip to content

Commit b53cfff

Browse files
committed
prettier!
1 parent 4f0eb04 commit b53cfff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/transpilation/resolve.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ class ResolutionContext {
4141
) {
4242
const unique = [...new Set(options.noResolvePaths)];
4343
this.noResolvePaths = unique.map(x => picomatch(x));
44-
this.pathsBase =
45-
options.baseUrl ?? (options.configFilePath ? path.dirname(options.configFilePath) : undefined);
44+
this.pathsBase = options.baseUrl ?? (options.configFilePath ? path.dirname(options.configFilePath) : undefined);
4645
}
4746

4847
public addAndResolveDependencies(file: ProcessedFile): void {

0 commit comments

Comments
 (0)