tbroadley / spellchecker-cli

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

Add support for configuration in `package.json` #77

Open gadhagod opened 3 years ago

gadhagod commented 3 years ago

Addresses #73 You can now specify command line arguments from package.json.

// pacakge.json
{
  "spellchecker": {
    "files": ["README.md"]
  }
}
tbroadley commented 3 years ago

I'll be on vacation until Tuesday the 29th - I can take another look at this PR then! Thanks again.

gadhagod commented 3 years ago

No problem. Have a good vacation!

P.S: still working on fixing the tests, haven't found much time too but definitely will finish soon

tbroadley commented 3 years ago

Absolutely, no rush!