Skip to content

Commit 16ec44e

Browse files
authored
docs: update rules formatting (#1669)
1 parent 97a1adb commit 16ec44e

File tree

10 files changed

+9
-5
lines changed

10 files changed

+9
-5
lines changed

.cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@
3232
"idclassaddisabled",
3333
"Infima",
3434
"invision",
35+
"isindex",
3536
"Labelledby",
3637
"langtag",
3738
"mingo",
3839
"msapplication",
40+
"nextid",
41+
"nobr",
3942
"nocolor",
4043
"nodir",
4144
"noembed",
45+
"noframes",
4246
"nomix",
4347
"noopener",
4448
"npmjs",

test/manual-tests/attr-value-no-duplication/README.md

Whitespace-only changes.

test/manual-tests/attr-value-no-duplication/combined.htmlhintrc

Whitespace-only changes.

test/manual-tests/attr-value-no-duplication/custom.htmlhintrc

Whitespace-only changes.

test/manual-tests/attr-value-no-duplication/default.htmlhintrc

Whitespace-only changes.

test/manual-tests/attr-value-no-duplication/run-tests.bat

Whitespace-only changes.

test/manual-tests/attr-value-no-duplication/test.html

Whitespace-only changes.

website/src/content/docs/rules/attr-lowercase.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Level: <Badge text="Error" variant="danger" />
1414

1515
- `true`: enable rule
1616
- `false`: disable rule
17-
18-
3. ['fooBar', 'Test']: enable rule except for the given attribute names. All SVG camelCase properties are included, for example `viewBox`
17+
- `['fooBar', 'Test']`: enable rule except for the given attribute names. All SVG camelCase properties are included, for example `viewBox`
1918

2019
### Example
2120

website/src/content/docs/rules/tags-check.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Level: <Badge text="Error" variant="danger" />
1414

1515
- `true`: enable rule
1616
- `false`: disable rule
17-
18-
3. `{}:` configuration object, mapping values of tags to their respective configuration. Tags configuration can have properties of:
17+
- `{}:` configuration object, mapping values of tags to their respective configuration. Tags configuration can have properties of:
1918

2019
`selfclosing`
2120

website/src/content/docs/vs-code-extension.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components'
99

1010
Get realtime linting feedback in Visual Studio Code with the HTMLHint extension. This extension provides a seamless integration of HTMLHint into your development workflow, allowing you to catch HTML issues as you type.
1111

12-
The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.5.1).
12+
The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.6.3).
1313

1414
## Download
1515

@@ -23,3 +23,5 @@ The HTMLHint extension will attempt to use the locally installed HTMLHint module
2323
href="https://open-vsx.org/extension/HTMLHint/vscode-htmlhint"
2424
/>
2525
</CardGrid>
26+
27+
The code is available on [GitHub](https://github.com/htmlhint/vscode-htmlhint).

0 commit comments

Comments
 (0)