tbroadley / spellchecker-cli

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

Add support for more configuration file formats #73

Closed tbroadley closed 3 years ago

tbroadley commented 3 years ago

As a follow-up to #71, allow for configuration files in formats besides YAML. I think it'd make sense to add support for a separate JSON file, and for config in package.json. We could then solve #67 by allowing you to specify your project's dictionary in the configuration file.