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: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@
"idclassaddisabled",
"Infima",
"invision",
"isindex",
"Labelledby",
"langtag",
"mingo",
"msapplication",
"nextid",
"nobr",
"nocolor",
"nodir",
"noembed",
"noframes",
"nomix",
"noopener",
"npmjs",
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 1 addition & 2 deletions website/src/content/docs/rules/attr-lowercase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Level: <Badge text="Error" variant="danger" />

- `true`: enable rule
- `false`: disable rule

3. ['fooBar', 'Test']: enable rule except for the given attribute names. All SVG camelCase properties are included, for example `viewBox`
- `['fooBar', 'Test']`: enable rule except for the given attribute names. All SVG camelCase properties are included, for example `viewBox`

### Example

Expand Down
3 changes: 1 addition & 2 deletions website/src/content/docs/rules/tags-check.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Level: <Badge text="Error" variant="danger" />

- `true`: enable rule
- `false`: disable rule

3. `{}:` configuration object, mapping values of tags to their respective configuration. Tags configuration can have properties of:
- `{}:` configuration object, mapping values of tags to their respective configuration. Tags configuration can have properties of:

`selfclosing`

Expand Down
4 changes: 3 additions & 1 deletion website/src/content/docs/vs-code-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components'

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.

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).
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).

## Download

Expand All @@ -23,3 +23,5 @@ The HTMLHint extension will attempt to use the locally installed HTMLHint module
href="https://open-vsx.org/extension/HTMLHint/vscode-htmlhint"
/>
</CardGrid>

The code is available on [GitHub](https://github.com/htmlhint/vscode-htmlhint).