Add import order prettier plugin

This commit is contained in:
2025-04-04 02:10:40 +02:00
parent c3dad3681c
commit 422702b16f
15 changed files with 175 additions and 29 deletions

View File

@ -1,8 +1,7 @@
import './shared';
import type { Match } from '~/lib/match';
import { getMatch, type Match } from '~/lib/match';
import { Redirect, UrlReferer } from '~/lib/settings';
import { getMatch } from '~/lib/match';
chrome.webRequest.onBeforeSendHeaders.addListener(
// eslint-disable-next-line @typescript-eslint/ban-ts-comment