Skip to content

Commit

Permalink
Make eslint happy
Browse files Browse the repository at this point in the history
Miscellaneous eslint fixes (via `eslint . --fix`)
  • Loading branch information
jeffesquivels committed Apr 22, 2024
1 parent ffb9fef commit 0344ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { existsSync } from 'node:fs'
import { basename, dirname, join } from 'node:path'
import { basename, dirname } from 'node:path'
import { env } from 'node:process'
import { defineConfig, resolveConfig } from 'vitepress'
import { defineConfig } from 'vitepress'
import { spawn } from 'cross-spawn'
import { readPackageJSON } from 'pkg-types'
import consola from 'consola'
Expand Down
3 changes: 1 addition & 2 deletions .vitepress/theme/components/header/Header.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { breakpointsTailwind, useMagicKeys } from '@vueuse/core'
import { watch } from 'vue'
import { breakpointsTailwind } from '@vueuse/core'
import { ContextMenu } from 'radix-vue/namespaced'
import { inBrowser } from 'vitepress'
import { getIconSnippet } from '../../composables/icons/icon'
Expand Down

0 comments on commit 0344ffb

Please sign in to comment.