AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Upgrade to Linter v2 APIs #45

Closed steelbrain closed 7 years ago

steelbrain commented 7 years ago

Removed intentions API access and replaced it with message.solutions instead

yitzchak commented 7 years ago

Thanks @steelbrain. Cheers!