Skip to content

Commit c9446ff

Browse files
committed
fix: update biome linting
1 parent a9aaa45 commit c9446ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

ui/src/hooks.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { type Cookies, type Handle, redirect } from "@sveltejs/kit";
12
import { env } from "$env/dynamic/private";
23
import { type Payload, verify } from "$lib/auth";
34
import { isForced } from "$lib/forced";
4-
import { type Cookies, type Handle, redirect } from "@sveltejs/kit";
55

66
const getAuthCookie = async (cookies: Cookies) => {
77
if (isForced) {

0 commit comments

Comments
 (0)