Skip to content

About

Flint’s CSpell plugin supports running the CSpell spell checker on any source file.

Terminal window
npm install @flint.fyi/plugin-cspell

Rules that run CSpell to find likely spell-checking mistakes.

flint.config.ts
import { cspell, defineConfig, globs } from "flint";
export default defineConfig({
use: [
{
files: globs.all,
rules: cspell.presets.logical,
},
],
});
Flint NamePresetBiome Rule(s)Deno Lint Rule(s)ESLint Rule(s)Oxlint Rule(s)
spellingLogicalcspell/spellchecker
Made with ❤️‍🔥 in Boston by Josh Goldberg and contributors.