Skip to content

Commit fef9562

Browse files
committed
chore: lint
1 parent 7fa5adf commit fef9562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/runtime/server/utils/bouncer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type H3Event } from 'h3'
1+
import type { H3Event } from 'h3'
22
import type { AuthorizerResponse, BouncerAbility } from '../../../utils'
33
import { allows as _allows, denies as _denies, authorize as _authorize, AuthorizationError } from '../../../utils'
44
import { createError } from '#imports'

src/types/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
12
export interface ModuleOptions {}

0 commit comments

Comments
 (0)