Skip to content

Commit a7edd79

Browse files
committed
workflow: update VSCode settings
1 parent e9f672b commit a7edd79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
// Enable the ESlint flat config support
3+
// (remove this if your ESLint extension above v3.0.5)
34
"eslint.experimental.useFlatConfig": true,
45

56
// Disable the default formatter, use eslint instead
@@ -39,7 +40,9 @@
3940
"jsonc",
4041
"yaml",
4142
"toml",
43+
"xml",
4244
"gql",
43-
"graphql"
45+
"graphql",
46+
"astro"
4447
]
4548
}

0 commit comments

Comments
 (0)