Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 4, 2024
1 parent e4739df commit b8e9590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/components/ConfigItem.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<script setup lang="ts">
import { computed, defineModel } from 'vue'
import { isGridView } from '../composables/state'
import { stringifyUnquoted } from '~/composables/strings'
import { filtersRules, stateStorage } from '~/composables/state'
import { filtersRules } from '~/composables/state'
import { useRouter } from '#app/composables/router'
import type { FiltersConfigsPage, FlatESLintConfigItem } from '~~/types'
Expand Down
3 changes: 1 addition & 2 deletions app/components/RuleList.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script setup lang="ts">
import { breakpointsTailwind, useBreakpoints } from '@vueuse/core'
import { Fragment, computed, defineComponent, h } from 'vue'
import type { Linter } from 'eslint'
import { isGridView } from '../composables/state'
import { getRuleFromName, payload } from '~/composables/payload'
import { stateStorage } from '~/composables/state'
import type { RuleInfo } from '~~/types'
const props = defineProps<{
Expand Down

0 comments on commit b8e9590

Please sign in to comment.