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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
interval: weekly
versioning-strategy: increase
groups:
dependencies:
Expand All @@ -16,7 +16,7 @@ updates:
- package-ecosystem: npm
directory: '/website'
schedule:
interval: monthly
interval: weekly
versioning-strategy: increase
groups:
dependencies:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-prettier": "^5.5.0",
"jest": "^30.0.2",
"parse-glob": "3.0.4",
"prettier": "3.5.3",
"prettier": "3.6.0",
"rimraf": "6.0.1",
"rollup": "4.44.0",
"typescript": "5.4.5"
Expand Down
2 changes: 0 additions & 2 deletions website/src/content/docs/usage/custom-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar:
order: 4
---

# Custom Rules

HTMLHint allows you to create custom rules to extend its functionality for your specific needs. Custom rules can be loaded using the `--rulesdir` option and follow the same pattern as built-in rules.

## Creating Custom Rules
Expand Down
Loading