Skip to content

Commit 03fa631

Browse files
authored
Mention Vue and HTML linting support
1 parent c76d3c0 commit 03fa631

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/javascript/linting-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To enable linting support in Visual Studio 2022 or later versions, enable the **
2525

2626
:::image type="content" source="media/vs-2022/linting-tools-options.png" alt-text="Screenshot of linting Tools Options page.":::
2727

28-
In the options page, you can also modify the set of files that you want to lint. By default, all file extensions that can be linted (*.js*, *.jsx*, *.ts*, *.tsx*) will be linted.
28+
In the options page, you can also modify the set of files that you want to lint. By default, all file extensions that can be linted (*.js*, *.jsx*, *.ts*, *.tsx*, *.vue*, *.html*) will be linted. Note that for linting Vue and HTML files, the HTML LSP-based editor must be enabled (the respective setting can be found in **Tools > Options > Environment > Preview Features**).
2929

3030
You can override these options in some project types, like the [standalone React project templates](../javascript/tutorial-create-react-app.md). In these projects, you can override the settings from the **Tools > Options** page using project properties:
3131

Loading
Loading

0 commit comments

Comments
 (0)