Skip to content

Commit

Permalink
chore: biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 16, 2024
1 parent 23cb24d commit 166c599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"node_modules",
"site/dist",
"src/_lib",
"src/protobufs",
"src/ui/.frog",
"src/ui/icons",
"src/vendor",
"tsconfig.json",
"tsconfig.*.json"
Expand Down
2 changes: 1 addition & 1 deletion src/middlewares/neynar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
neynar as neynarHub,
} from '../hubs/neynar.js'
import { Message } from '../protobufs/generated/message_pb.js'
import type { Hub } from '../types/hub.js'
import type { Pretty } from '../types/utils.js'
import { messageToFrameData } from '../utils/verifyFrame.js'
import type { Hub } from '../types/hub.js'

export type NeynarVariables = {
/**
Expand Down

0 comments on commit 166c599

Please sign in to comment.