Skip to content

Commit 8036b52

Browse files
authored
chore: Update Prettier to v3.6.0 (#1675)
1 parent 9ca2b99 commit 8036b52

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: npm
44
directory: '/'
55
schedule:
6-
interval: monthly
6+
interval: weekly
77
versioning-strategy: increase
88
groups:
99
dependencies:
@@ -16,7 +16,7 @@ updates:
1616
- package-ecosystem: npm
1717
directory: '/website'
1818
schedule:
19-
interval: monthly
19+
interval: weekly
2020
versioning-strategy: increase
2121
groups:
2222
dependencies:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-prettier": "^5.5.0",
7373
"jest": "^30.0.2",
7474
"parse-glob": "3.0.4",
75-
"prettier": "3.5.3",
75+
"prettier": "3.6.0",
7676
"rimraf": "6.0.1",
7777
"rollup": "4.44.0",
7878
"typescript": "5.4.5"

website/src/content/docs/usage/custom-rules.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ sidebar:
66
order: 4
77
---
88

9-
# Custom Rules
10-
119
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.
1210

1311
## Creating Custom Rules

0 commit comments

Comments
 (0)