mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-30 04:33:27 +00:00
28 lines
No EOL
620 B
JSON
28 lines
No EOL
620 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"extensions.ignoreRecommendations": false,
|
|
"eslint.useESLintClass": true,
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.format.enable": true,
|
|
"eslint.probe": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"svelte",
|
|
"html"
|
|
],
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"svelte",
|
|
"html"
|
|
],
|
|
} |