Add import order prettier plugin

This commit is contained in:
2025-04-04 02:10:51 +02:00
parent c3dad3681c
commit 422702b16f
15 changed files with 175 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { unpack } from './util/userspace';
import { Hosters, Redirect, TmpHost } from './settings';
import { lastPathSegment } from './util/extract';
import { unpack } from './util/userspace';
export interface Match {
name: string;
+1 -2
View File
@@ -1,5 +1,4 @@
import type { Match } from './match';
import { matches } from './match';
import { matches, type Match } from './match';
export const Hosters = {
getDisabled: async () => {