From 184099ece516e79a5f35d069aa65583ae8a520bb Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 27 Oct 2024 01:00:15 +0200 Subject: [PATCH] chore: wip --- .vscode/settings.json | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ab5fe8e..828e76c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,13 @@ { - // Disable the default formatter, use eslint instead "prettier.enable": false, "biome.enabled": false, "editor.formatOnSave": false, - // Auto fix "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, - // Silent the stylistic rules in you IDE, but still auto fix them "eslint.rules.customizations": [ { "rule": "style/*", "severity": "off", "fixable": true }, { "rule": "format/*", "severity": "off", "fixable": true }, @@ -24,12 +21,9 @@ { "rule": "*semi", "severity": "off", "fixable": true } ], - // Enable eslint for all supported languages "eslint.validate": [ "javascript", - "javascriptreact", "typescript", - "typescriptreact", "vue", "html", "markdown", @@ -38,10 +32,6 @@ "yaml", "toml", "xml", - "gql", - "graphql", - "astro", - "svelte", "css", "less", "scss", @@ -49,19 +39,12 @@ "postcss" ], - "[stx]": { - "editor.defaultFormatter": "dbaeumer.vscode-eslint" - }, - - // TypeScript "typescript.tsdk": "${workspaceFolder}/node_modules/typescript/lib", - "unocss.root": "${workspaceFolder}/storage/framework/core/ui/src/uno.config.ts", - // Shell + "[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" }, - // Markdown "[markdown]": { "editor.defaultFormatter": "DavidAnson.vscode-markdownlint", "editor.formatOnSave": true @@ -71,23 +54,6 @@ "editor.defaultFormatter": "foxundermoon.shell-format" }, - "markdownlint.config": { - "default": true, - "MD033": { - "allowed_elements": [ - "details", - "summary", - "VPTeamPage", - "VPTeamPageTitle", - "VPTeamMembers", - "script" - ] - }, - "MD041": false - }, - - // Stacks - "vue.inlayHints.missingProps": true, "typescript.preferGoToSourceDefinition": true, "files.associations": { "buddy": "typescript", @@ -117,8 +83,7 @@ "explorer.confirmDragAndDrop": false, "todo-tree.highlights.enabled": true, "cSpell.ignorePaths": [ - "node_modules", - "lang/de.yml" + "node_modules" ], "cSpell.dictionaries": [ "custom-dictionary" @@ -131,7 +96,7 @@ "scope": "user", "addWords": true }, - "custom": true // enable the `custom` dictionary + "custom": true }, "terminal.integrated.scrollback": 10000, "grammarly.files.include": [