Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 5, 2024
1 parent 6cdfeca commit 21dcfce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/components/ConfigItem.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script setup lang="ts">
import { computed, defineModel } from 'vue'
import { isGridView } from '~/composables/state'
import { computed, defineModel, ref, watchEffect } from 'vue'
import { filtersRules, isGridView } from '~/composables/state'
import { stringifyUnquoted } from '~/composables/strings'
import { filtersRules } from '~/composables/state'
import { useRouter } from '#app/composables/router'
import type { FiltersConfigsPage, FlatESLintConfigItem } from '~~/types'
Expand All @@ -13,7 +12,6 @@ const props = defineProps<{
active?: boolean
}>()
const emit = defineEmits<{
badgeClick: [string]
}>()
Expand Down

0 comments on commit 21dcfce

Please sign in to comment.