Skip to content

Commit

Permalink
Fix biome:check apply
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 3, 2024
1 parent cc03c9c commit 3f9c2c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsup",
"format": "biome format ./src",
"format:write": "pnpm format --write",
"check": "biome check --apply ./src",
"check": "biome check ./src",
"check:apply": "pnpm check --apply",
"check:apply-unsafe": "pnpm check --apply-unsafe",
"check:ci": "biome ci ./src",
Expand Down
4 changes: 2 additions & 2 deletions src/preset.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { Options } from "@storybook/types";
import type { Configuration } from "webpack";
import {
getProjectRoot,
resolvePathInStorybookCache,
} from "@storybook/core-common";
import type { Options } from "@storybook/types";
import type { Configuration } from "webpack";

const virtualModuleFiles = [
/storybook-config-entry\.js$/,
Expand Down

0 comments on commit 3f9c2c1

Please sign in to comment.