1.1.1 • Published 5 years ago

hdis v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

How Do I Spell

Installation

Install the package using

npm install hdis or yarn install hdis

Usage

add a build script to your package.json

{
  "scripts": {
    "spellcheck": "hdis './src/*.html'"
  }
}

Create a file called allowed_words in your project root. Add a list of words new line separated.

AngularJS
Laravel
Banannnanna

the words defined in this file will be skipped if they occur in the project;