Skip to content

Commit bfebfea

Browse files
committed
chore: wip
1 parent 6a00f8d commit bfebfea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

storage/framework/ide/vscode/.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"source.fixAll.eslint": "explicit",
99
"source.organizeImports": "never"
1010
},
11+
"eslint.options": {
12+
"flags": [
13+
"unstable_ts_config"
14+
]
15+
},
1116
// Silent the stylistic rules in you IDE, but still auto fix them
1217
"eslint.rules.customizations": [
1318
{
@@ -64,9 +69,7 @@
6469
// Enable eslint for all supported languages
6570
"eslint.validate": [
6671
"javascript",
67-
"javascriptreact",
6872
"typescript",
69-
"typescriptreact",
7073
"vue",
7174
"html",
7275
"markdown",
@@ -77,8 +80,6 @@
7780
"xml",
7881
"gql",
7982
"graphql",
80-
"astro",
81-
"svelte",
8283
"css",
8384
"less",
8485
"scss",

0 commit comments

Comments
 (0)