Skip to content

Commit cbf08ad

Browse files
committed
fix(lint): fix linting
1 parent a13cca9 commit cbf08ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/runtime/server/api/highlight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createError, defineLazyEventHandler, useBody } from 'h3'
1+
import { /* createError, */defineLazyEventHandler, useBody } from 'h3'
22
import { getHighlighter, BUNDLED_LANGUAGES, BUNDLED_THEMES, Lang, Theme } from 'shiki-es'
33
import consola from 'consola'
44
import { HighlightParams, HighlightThemedToken } from '../../types'

src/runtime/server/storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { prefixStorage } from 'unstorage'
22
import { joinURL, withLeadingSlash, withoutTrailingSlash } from 'ufo'
33
import { hash as ohash } from 'ohash'
44
import type { CompatibilityEvent } from 'h3'
5+
// eslint-disable-next-line import/no-named-as-default
56
import defu from 'defu'
67
import type { QueryBuilderParams, ParsedContent, QueryBuilder, ContentTransformer } from '../types'
78
import { createQuery } from '../query/query'

0 commit comments

Comments
 (0)