chore: prettier version bump and related fixes

This commit is contained in:
Andrew Bastin
2023-02-08 18:34:41 +05:30
parent 864d40d934
commit 99918ee0c0
11 changed files with 77 additions and 57 deletions

View File

@@ -69,7 +69,7 @@ const interceptors = computed(() => [
},
])
type InterceptorMode = typeof interceptors["value"][number]["value"]
type InterceptorMode = (typeof interceptors)["value"][number]["value"]
const interceptorSelection = computed<InterceptorMode>({
get() {