streetsidesoftware / cspell-cli

CSpell command line spell checker.
MIT License
70 stars 8 forks source link

Support same default config files as vscode extension #468

Open jayvdb opened 3 months ago

jayvdb commented 3 months ago

https://github.com/streetsidesoftware/vscode-spell-checker/blob/main/design-docs/wip/configuration.md supports

These include cspell.json, cspell.config.yaml, and cspell.config.js. When spell checking files, the spell checker searches the directory hierarchy looking for configuration files. ...

The docs for this CLI says it only supports cspell.json as default.

Jason3S commented 3 months ago

@jayvdb,

The cli supports a wide range a configuration locations. See: configLocations.ts#L11-L52

The challenge is to keep the documentation up to date.