About
Flint’s CSpell plugin supports running the CSpell spell checker on any source file.
npm install @flint.fyi/plugin-cspell
pnpm install @flint.fyi/plugin-cspell
yarn install @flint.fyi/plugin-cspell
Presets
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, }, ],});
Flint Name | Preset | Biome Rule(s) | Deno Lint Rule(s) | ESLint Rule(s) | Oxlint Rule(s) |
---|---|---|---|---|---|
spelling | Logical | cspell/spellchecker |
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.