tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

When installed globally, Spellchecker CLI will read config from .spellcheckerrc.yml in spellchecker-cli's root directory #92

Closed tbroadley closed 2 years ago

tbroadley commented 2 years ago
tbroadley commented 2 years ago

Hmm, I thought this might be a problem, but I can't seem to reproduce it on Windows, at least.

tbroadley commented 2 years ago

Ah, I bet this isn't an issue because we don't package .spellchecker.yml or dictionary.txt when publishing this package. Just the contents of the build directory.

tbroadley commented 2 years ago

I do think this means that Spellchecker CLI won't automatically resolve .spellchecker.yml files and similar in the current working directory. I think that's acceptable for now.