Skip to content

Commit 77282b5

Browse files
committed
style: prettier formatting
1 parent bdf98c8 commit 77282b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vuepress/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineClientConfig({
4949

5050
declare global {
5151
const __VUEPRESS_SSR__: boolean
52-
const _bsa: any;
52+
const _bsa: any
5353

5454
interface Window {
5555
MonacoEnvironment?: import('monaco-editor').Environment | undefined

docs/.vuepress/components/Demo/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<script setup lang="ts">
5050
import { Stopwatch } from '@sapphire/stopwatch'
51-
import {isNullish, isObject, tryParseJSON} from '@sapphire/utilities'
51+
import { isNullish, isObject, tryParseJSON } from '@sapphire/utilities'
5252
import { reactive } from 'vue'
5353
import type FuseTypes from '../../../../dist/fuse'
5454
import Fuse from '../../../../dist/fuse.esm.js'

docs/.vuepress/layouts/components/BuySellAds.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66

77
<script setup lang="ts">
8-
import { isNullish } from '@sapphire/utilities';
8+
import { isNullish } from '@sapphire/utilities'
99
import { onMounted, ref, watch } from 'vue'
1010
import { useRoute } from 'vue-router'
1111

0 commit comments

Comments
 (0)