Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions htmlhint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "vscode-htmlhint" extension will be documented in this file.

### v1.13.0 (2025-11-25)

- Update HTMLHint to v1.8.0
- Add support for [disabling rules via HTML comments](https://htmlhint.com/configuration/#disabling-rules-inline)

### v1.12.0 (2025-09-15)

- Update HTMLHint to v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions htmlhint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions htmlhint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "HTMLHint",
"description": "VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML",
"icon": "images/icon.png",
"version": "1.12.0",
"version": "1.13.0",
"publisher": "HTMLHint",
"galleryBanner": {
"color": "#333333",
Expand Down Expand Up @@ -87,7 +87,7 @@
"vscode:prepublish": "npm run compile && npm run bundle-dependencies",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"bundle-dependencies": "npm install --no-package-lock --no-save --no-fund htmlhint@1.7.0 [email protected] [email protected] [email protected] [email protected] [email protected]",
"bundle-dependencies": "npm install --no-package-lock --no-save --no-fund htmlhint@1.8.0 [email protected] [email protected] [email protected] [email protected] [email protected]",
"package": "vsce package"
},
"devDependencies": {
Expand Down