Skip to content

Commit 0747d18

Browse files
committed
style: Apply biome linter
1 parent 30f08e9 commit 0747d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/preset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import path from "node:path";
21
import fs from "node:fs";
2+
import path from "node:path";
33

4+
import type { Options as SwcOptions } from "@swc/core";
45
import { getProjectRoot } from "storybook/internal/common";
56
import type { Options } from "storybook/internal/types";
6-
import type { Options as SwcOptions } from "@swc/core";
77
import type { Configuration } from "webpack";
88

99
const virtualModuleFiles = [

0 commit comments

Comments
 (0)