UNPKG

cspell-define-config

Version:

Provides a simple `defineConfig()` function to ease the creation of `cspell.config.js` files for spell checking in your projects.

3 lines (2 loc) 138 B
import type { CSpellSettings } from "@cspell/cspell-types"; export declare function defineConfig(config: CSpellSettings): CSpellSettings;