From e910d7000e57454dce0b16663e7a189b7ffde3c5 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 07:56:17 +0100 Subject: [PATCH] ci: Fix Lint -- Workflow Bot (#5116) Co-authored-by: Jason3S --- packages/cspell-lib/src/lib/trace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cspell-lib/src/lib/trace.ts b/packages/cspell-lib/src/lib/trace.ts index eeaec022d6d1..f0fb77e81c6a 100644 --- a/packages/cspell-lib/src/lib/trace.ts +++ b/packages/cspell-lib/src/lib/trace.ts @@ -3,8 +3,8 @@ import { genSequence } from 'gensequence'; import type { LanguageId } from './LanguageIds.js'; import { toInternalSettings } from './Settings/CSpellSettingsServer.js'; -import { calcSettingsForLanguageId } from './Settings/LanguageSettings.js'; import { finalizeSettings, mergeSettings } from './Settings/index.js'; +import { calcSettingsForLanguageId } from './Settings/LanguageSettings.js'; import type { HasOptions, SpellingDictionaryCollection } from './SpellingDictionary/index.js'; import { getDictionaryInternal, refreshDictionaryCache } from './SpellingDictionary/index.js'; import { toFilePathOrHref } from './util/url.js';