UNPKG

cspell

Version:

A Spelling Checker for Code!

5 lines 379 B
import type { CSpellSettings } from '@cspell/cspell-types'; import type { CSpellConfigFile } from 'cspell-config-lib'; import type { CommentConfig } from './constants.js'; export declare function applyValuesToConfigFile(config: CSpellConfigFile, settings: CSpellSettings, defaultValues: CommentConfig, addComments: boolean): CSpellConfigFile; //# sourceMappingURL=config.d.ts.map