mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-01-12 02:11:28 +00:00
43 lines
No EOL
1.3 KiB
JSON
43 lines
No EOL
1.3 KiB
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.linkedEditing": true,
|
|
"editor.tabSize": 2,
|
|
"eslint.format.enable": true,
|
|
"eslint.probe": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"svelte",
|
|
"html"
|
|
],
|
|
"eslint.useESLintClass": true,
|
|
"eslint.useFlatConfig": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"svelte",
|
|
"html"
|
|
],
|
|
"javascript.preferences.importModuleSpecifierEnding": "minimal",
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"javascript.suggest.autoImports": true,
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
"javascript.validate.enable": true,
|
|
"extensions.ignoreRecommendations": false,
|
|
"svelte.plugin.svelte.format.config.singleQuote": true,
|
|
"svelte.plugin.svelte.format.enable": false,
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"typescript.experimental.expandableHover": true,
|
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.suggest.autoImports": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.validate.enable": true
|
|
} |