hdis
v1.1.1
Published
Spell checker for html files.
Downloads
2
Maintainers
Readme
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;