Skip to content

Commit

Permalink
workflow: update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed May 20, 2024
1 parent e9f672b commit a7edd79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
// Enable the ESlint flat config support
// (remove this if your ESLint extension above v3.0.5)
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter, use eslint instead
Expand Down Expand Up @@ -39,7 +40,9 @@
"jsonc",
"yaml",
"toml",
"xml",
"gql",
"graphql"
"graphql",
"astro"
]
}

0 comments on commit a7edd79

Please sign in to comment.