UNPKG

@kitschpatrol/cspell-config

Version:
19 lines (18 loc) 731 B
import { CSpellUserSettings, CSpellUserSettings as CspellConfig } from "@cspell/cspell-types"; //#region src/config.d.ts declare const sharedCspellConfig: CSpellUserSettings; /** * **@Kitschpatrol's Shared Cspell Configuration** * * @example * export default cspellConfig({ * ignorePaths: ['/test/fixtures/input'], * }) * * @see [@kitschpatrol/cspell-config](https://github.com/kitschpatrol/shared-config/tree/main/packages/cspell-config) * * @see [@kitschpatrol/shared-config](https://github.com/kitschpatrol/shared-config) */ declare function cspellConfig(config?: CSpellUserSettings): CSpellUserSettings; //#endregion export { type CspellConfig, cspellConfig, sharedCspellConfig as default, sharedCspellConfig };