hdis
v1.1.1
Published
Spell checker for html files.
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
Banannnannathe words defined in this file will be skipped if they occur in the project;
