Skip to content

Commit

Permalink
fix(lint): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 20, 2022
1 parent a13cca9 commit cbf08ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/api/highlight.ts
@@ -1,4 +1,4 @@
import { createError, defineLazyEventHandler, useBody } from 'h3'
import { /* createError, */defineLazyEventHandler, useBody } from 'h3'
import { getHighlighter, BUNDLED_LANGUAGES, BUNDLED_THEMES, Lang, Theme } from 'shiki-es'
import consola from 'consola'
import { HighlightParams, HighlightThemedToken } from '../../types'
Expand Down
1 change: 1 addition & 0 deletions src/runtime/server/storage.ts
Expand Up @@ -2,6 +2,7 @@ import { prefixStorage } from 'unstorage'
import { joinURL, withLeadingSlash, withoutTrailingSlash } from 'ufo'
import { hash as ohash } from 'ohash'
import type { CompatibilityEvent } from 'h3'
// eslint-disable-next-line import/no-named-as-default
import defu from 'defu'
import type { QueryBuilderParams, ParsedContent, QueryBuilder, ContentTransformer } from '../types'
import { createQuery } from '../query/query'
Expand Down

0 comments on commit cbf08ad

Please sign in to comment.