About
Flint’s CSpell plugin supports running the CSpell spell checker on any source file.
npm install @flint.fyi/plugin-cspellpnpm install @flint.fyi/plugin-cspellyarn install @flint.fyi/plugin-cspellPresets
Section titled “Presets”logical
Section titled “logical”Rules that run CSpell to find likely spell-checking mistakes.
import { cspell, defineConfig, globs } from "flint";
export default defineConfig({ use: [ { files: globs.all, rules: cspell.presets.logical, }, ],});
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.