A spell checker for source code and documentation files
Spell checker for code
cspell
$ cspell check myfile.js
$ cspell check src/
$ cspell check --include '*.{js,md}' .