Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 255 Bytes

Idyll spellcheck plugin

Installation

$ npm install --save-dev idyll-plugin-spellcheck

Add it to your idyll configuration in package.json:

"idyll": {
  "compiler": {
    "postProcessors": ["idyll-plugin-spellcheck"]
  }
}