CSpell Plugin
Rules that detect misspelling typos in source files using the general-purpose code-optimized "CSpell" spell-checker.
This plugin is provided in a standalone @flint.fyi/plugin-cspell npm package.
npm install @flint.fyi/plugin-cspellpnpm install @flint.fyi/plugin-cspellyarn install @flint.fyi/plugin-cspellSee the CSpell spell checker documentation for more details on spell-checking code.
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, }, ],});
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.