1.0.6 • Published 2 years ago

@waldronmatt/htmlhint-config v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Htmlhint Config

My personal shareable htmlhint configuration.

Install

yarn add -D htmlhint @waldronmatt/htmlhint-config

Add an NPM Script

Running this command:

npm set-script lint:html "htmlhint --config ./node_modules/@waldronmatt/htmlhint-config/index.json **/*.html"

Will create:

package.json

"scripts": {
  "lint:html": "htmlhint --config ./node_modules/@waldronmatt/htmlhint-config/index.json **/*.html"
},

License

MIT

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago