fly-htmlhint
v0.1.3
Published
HTMLHint plugin for Fly.
Downloads
1
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-htmlhint
Example
export default function* () {
yield this
.source("src/**/*.html")
.htmlhint()
.target("lib")
}
License
MIT © Jake Russo et al