cspell-cli
cspell-cli copied to clipboard
Update docs to show the list of supported config files.
https://github.com/streetsidesoftware/vscode-spell-checker/blob/main/design-docs/wip/configuration.md supports
These include
cspell.json,cspell.config.yaml, andcspell.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.
@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.