Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 24, 2023
1 parent 0d0a74a commit 017df96
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ logs
.env
.env.*
!.env.example

# ESLint
.eslintcache
2 changes: 1 addition & 1 deletion components/admin/common/left-panel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { f7, f7Block, f7BlockTitle, f7Icon, f7Link, f7List, f7ListItem, f7NavLeft, f7NavTitle, f7Navbar, f7Page, f7Panel, f7Tab, f7Tabs, f7Toolbar } from 'framework7-vue'
import { f7Icon, f7List, f7ListItem, f7Page, f7Panel } from 'framework7-vue'
import type { Router } from 'framework7/types'
const props = defineProps<{
Expand Down
2 changes: 1 addition & 1 deletion components/admin/home/forbidden.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { f7Block, f7BlockHeader, f7BlockTitle, f7Button, f7PageContent } from 'framework7-vue'
import { f7Block, f7BlockTitle, f7Button, f7PageContent } from 'framework7-vue'
</script>

<template>
Expand Down
3 changes: 1 addition & 2 deletions components/admin/home/page.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import { f7Block, f7BlockTitle, f7Icon, f7Link, f7List, f7ListItem, f7NavLeft, f7NavTitle, f7Navbar, f7Page, f7Panel, f7Tab, f7Tabs, f7Toolbar, f7View } from 'framework7-vue'
import { f7Link, f7NavLeft, f7NavTitle, f7Navbar, f7Page } from 'framework7-vue'
import type { Router } from 'framework7/types'
import { useIsCurrentUserLoaded } from 'vuefire'
const props = defineProps<{
f7route: Router.Route
Expand Down
2 changes: 1 addition & 1 deletion components/app/home/membership-card.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { f7Card, f7CardContent, f7CardFooter, f7CardHeader, f7SkeletonBlock } from 'framework7-vue'
import { f7Card, f7CardContent, f7CardFooter, f7SkeletonBlock } from 'framework7-vue'
import type { User } from '~/shared/types'
const { data: user, isLoading: userIsLoading } = useUser()
Expand Down
2 changes: 1 addition & 1 deletion pages/app/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Framework7 from 'framework7/lite-bundle'
// @ts-expect-error Missing types
import Framework7Vue from 'framework7-vue/bundle'
import { f7App, f7Link, f7Tab, f7Toolbar, f7View, f7Views } from 'framework7-vue'
import { f7App, f7Link, f7Toolbar, f7View, f7Views } from 'framework7-vue'
import { useIsCurrentUserLoaded } from 'vuefire'
import { AppHomePage } from '#components'
Expand Down
2 changes: 1 addition & 1 deletion server/drizzle/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,4 @@
"tables": {},
"columns": {}
}
}
}
2 changes: 1 addition & 1 deletion server/drizzle/meta/0001_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,4 @@
"tables": {},
"columns": {}
}
}
}
2 changes: 1 addition & 1 deletion server/drizzle/meta/0002_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@
"tables": {},
"columns": {}
}
}
}
2 changes: 1 addition & 1 deletion server/drizzle/meta/0005_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,4 @@
"tables": {},
"columns": {}
}
}
}
2 changes: 1 addition & 1 deletion server/drizzle/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"breakpoints": true
}
]
}
}

0 comments on commit 017df96

Please sign in to comment.