style: run linter

This commit is contained in:
Sebin Nyshkim 2023-04-03 00:55:28 +02:00
parent de3862bf77
commit 4853e1ec63
26 changed files with 502 additions and 631 deletions

View file

@ -1,5 +1,5 @@
import type { InjectionKey, Ref } from "vue";
import type { InjectionKey, Ref } from 'vue'
export const nsfwKey: InjectionKey<Ref<boolean>> = Symbol("nsfwKey");
export const showModalKey: InjectionKey<Function> = Symbol("showModalKey");
export const modalResultKey: InjectionKey<Function> = Symbol("modalResultKey");
export const nsfwKey: InjectionKey<Ref<boolean>> = Symbol('nsfwKey')
export const showModalKey: InjectionKey<Function> = Symbol('showModalKey')
export const modalResultKey: InjectionKey<Function> = Symbol('modalResultKey')