Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Jul 7, 2024
1 parent 5c3c5f3 commit 9b2850e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
".vinxi/**/*",
".output/**/*",
"playwright-report/**/*",
"playwright/.auth/**/*",
"test-results/**/*",
"svg-icons.d.ts"
]
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"version": "0.0.1",
"type": "module",
"license": "GNU General Public License v3.0",
"workspaces": [
"packages/acceptance-tests",
"packages/config",
"packages/ui",
"packages/web"
],
"workspaces": ["packages/acceptance-tests", "packages/config", "packages/ui", "packages/web"],
"engines": {
"node": ">=20",
"npm": ">=10"
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// biome-ignore lint/correctness/noUnusedVariables: <explanation>
interface CSSStyleDeclaration {
"view-transition-name": string;
"position-anchor": string;
"inset-area": string;
}

// biome-ignore lint/correctness/noUnusedVariables: <explanation>
interface Document {
startViewTransition(
update:
Expand Down

0 comments on commit 9b2850e

Please sign in to comment.