Spelling Plugin
Rules that detect misspelling typos in source files using the code-optimized "CSpell" spell-checker.
This plugin is provided in a standalone @flint.fyi/plugin-spelling npm package.
npm install @flint.fyi/plugin-spellingpnpm install @flint.fyi/plugin-spellingyarn install @flint.fyi/plugin-spellingSee 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 { defineConfig, globs, spelling } from "flint";
export default defineConfig({ use: [ { files: globs.all, rules: spelling.presets.logical, }, ],});
Made with ❤️🔥 in Boston by
Josh Goldberg and contributors.