Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 16, 2024
1 parent c2a9111 commit f4f610c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ const currentPageFile = computed(() => {
Compatibility
</h3>
</template>
<OCodeBlock :code="JSON.stringify(globalDebug?.compatibility || {}, null, 2)" lang="json" />
<OCodeBlock :code="JSON.stringify(globalDebug?.compatibility || {}, null, 2)" lang="json" />
</OSectionBlock>
<OSectionBlock>
<template #text>
Expand Down
2 changes: 1 addition & 1 deletion client/composables/shiki.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { MaybeRef } from '@vueuse/core'
import type { Highlighter, BundledLanguage } from 'shiki'
import type { BundledLanguage, Highlighter } from 'shiki'
import { createHighlighter } from 'shiki'
import { computed, ref, toValue } from 'vue'
import { devtools } from './rpc'
Expand Down
1 change: 0 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default defineNuxtConfig({
},
)
subprocess.getProcess().stdout?.on('data', (data) => {
// eslint-disable-next-line no-console
console.log(` - devtools: ${data.toString()}`)
})
subprocess.getProcess().stderr?.on('data', (data) => {
Expand Down

0 comments on commit f4f610c

Please sign in to comment.