Skip to content

Commit

Permalink
Configure Biome to organize imports when running 'yarn run format'
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Feb 19, 2025
1 parent a04aa85 commit 90995e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "vitest",
"test:cov": "vitest run --coverage",
"lint": "eslint src/",
"format": "biome format --write",
"format": "biome check --formatter-enabled=true --linter-enabled=false --organize-imports-enabled=true --write",
"check": "biome ci && eslint src/",
"explore": "source-map-explorer --only-mapped --no-border-checks 'dist/**/*.js'",
"test:e2e:start": "NODE_ENV=development yarn run build && npx serve dist",
Expand Down

0 comments on commit 90995e8

Please sign in to comment.