This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Releases: AtomLinter/linter-htmlhint
Releases · AtomLinter/linter-htmlhint
v1.0.0
v0.3.0
Merged pull requests:
- rewrite with ES2015 #63 (1000ch)
- atom-linter@4.3.1 untested
⚠️ #62 (greenkeeperio-bot) - Update atom-linter to version 4.3.0 🚀 #61 (greenkeeperio-bot)
Update dependencies
v0.2.2 Prepare 0.2.2 release
Fix for #41, #42 and #43 Removing PHP from supported grammarScopes
Use new htmlhint json output.
htmlhint 0.9.12 has a json output flag. This simplifies the parsing of the output for linter.
Adds filePath so linter knows if your on the current file or not.
Pushing the new version this weekend, I noticed that tool tips weren't working on errors. I think this was because linter didn't know that the current file was indeed the current file. Adding filePath
to the return object seemed to take care of it.
I also added a blurb about the .htmlhintrc
file.
Update to new linter standard.
Fixes #26, adds type to messages.
This adds the other text.html
types (like text.html.angular) to the syntax supported. I'm assuming that we want to use htmlhint on all of these. If not, open a request.
Also, using the color code (yellow or red) to determine the match type and set those, so you get Errors and Warnings now.
v0.0.16
Closed issues:
- Config.unobserve is deprecated. #18
Merged pull requests:
- Fix Config.unobserve deprecation #22 (CarlRosell)