We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a00f8d commit bfebfeaCopy full SHA for bfebfea
storage/framework/ide/vscode/.vscode/settings.json
@@ -8,6 +8,11 @@
8
"source.fixAll.eslint": "explicit",
9
"source.organizeImports": "never"
10
},
11
+ "eslint.options": {
12
+ "flags": [
13
+ "unstable_ts_config"
14
+ ]
15
+ },
16
// Silent the stylistic rules in you IDE, but still auto fix them
17
"eslint.rules.customizations": [
18
{
@@ -64,9 +69,7 @@
64
69
// Enable eslint for all supported languages
65
70
"eslint.validate": [
66
71
"javascript",
67
- "javascriptreact",
68
72
"typescript",
- "typescriptreact",
73
"vue",
74
"html",
75
"markdown",
@@ -77,8 +80,6 @@
77
80
"xml",
78
81
"gql",
79
82
"graphql",
- "astro",
- "svelte",
83
"css",
84
"less",
85
"scss",
0 commit comments