Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot (#5401)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 969c9cf commit eaefdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cspell-types/src/defineConfig.ts
@@ -1,5 +1,5 @@
import { CSpellSettings } from "./CSpellSettingsDef";
import type { CSpellSettings } from './CSpellSettingsDef';

export function defineConfig(config: CSpellSettings) {
return config;
return config;
}
2 changes: 1 addition & 1 deletion packages/cspell-types/src/index.ts
Expand Up @@ -83,6 +83,7 @@ export type {
VersionLegacy,
WorkspaceTrustSettings,
} from './CSpellSettingsDef.js';
export { defineConfig } from './defineConfig.js';
export type {
CustomDictionaryPath,
CustomDictionaryScope,
Expand Down Expand Up @@ -112,4 +113,3 @@ export type { ParsedText, Parser, ParseResult, ParserName, ParserOptions } from
export type { SuggestionCostMapDef, SuggestionCostsDefs } from './suggestionCostsDef.js';
export type { MappedText } from './TextMap.js';
export type { TextDocumentOffset, TextOffset } from './TextOffset.js';
export { defineConfig } from "./defineConfig.js"

0 comments on commit eaefdef

Please sign in to comment.