Default spellcheck plugin for virmator
npm install @virmator/spellcheckA default plugin for virmator.
- spellcheck
Checks spelling for all files using the cspell package. All arguments are passed directly to cspell.
- Examples
- virmator spellcheck
- Check a specific file: virmator spellcheck src/index.ts
- Configs
- cspell.config.cjs
- Deps
- cspell