Skip to content

Commit e1ffb8d

Browse files
authored
chore(sync-server): update .vscode/settings.json (#466)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`6800cbc`](https://github.com/lumirlumir/lumirlumir-configs/commit/6800cbc0a5872c506517ba711e6bbd7982d8d8db).🐣 <details> <summary>Changed files</summary> <ul> <li>synced local <code>./.vscode/settings.json</code> with remote <code>./configs/.vscode/settings.json</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#17878247625](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/17878247625)
1 parent 89019fe commit e1ffb8d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.vscode/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@
1010
"source.fixAll.stylelint": "always",
1111
"source.fixAll.markdownlint": "always"
1212
},
13+
"eslint.validate": [
14+
"html",
15+
"md",
16+
"mdx",
17+
"css",
18+
"scss",
19+
"js",
20+
"mjs",
21+
"cjs",
22+
"jsx",
23+
"ts",
24+
"mts",
25+
"cts",
26+
"tsx",
27+
"json",
28+
"jsonc",
29+
"json5",
30+
"javascript",
31+
"javascriptreact",
32+
"typescript",
33+
"typescriptreact",
34+
"markdown"
35+
],
1336
"stylelint.validate": ["css", "scss"],
1437
"C_Cpp.clang_format_fallbackStyle": "Google"
1538
}

0 commit comments

Comments
 (0)