linter-htmlhint
linter-htmlhint copied to clipboard
Allow customization of htmlhint installation used
Please update to htmlhint 0.9.13. Additionally it would be nice to:
- Allow to use a global htmlhint installation by setting a path (see https://atom.io/packages/linter-sass-lint)
- Allow to use a local htmlhint installation via toggle (see https://atom.io/packages/linter-tslint)
Beeing able to set the location/filename of the htmlhint config would also be nice
I've put up a PR that updates HTMLHint, not sure why that wasn't in the original PR implementing that.
The other parts of this though I'm going to leave for others to implement.