Skip to content

Commit 184099e

Browse files
committed
chore: wip
1 parent 90af188 commit 184099e

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

.vscode/settings.json

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
2-
// Disable the default formatter, use eslint instead
32
"prettier.enable": false,
43
"biome.enabled": false,
54
"editor.formatOnSave": false,
65

7-
// Auto fix
86
"editor.codeActionsOnSave": {
97
"source.fixAll.eslint": "explicit",
108
"source.organizeImports": "never"
119
},
1210

13-
// Silent the stylistic rules in you IDE, but still auto fix them
1411
"eslint.rules.customizations": [
1512
{ "rule": "style/*", "severity": "off", "fixable": true },
1613
{ "rule": "format/*", "severity": "off", "fixable": true },
@@ -24,12 +21,9 @@
2421
{ "rule": "*semi", "severity": "off", "fixable": true }
2522
],
2623

27-
// Enable eslint for all supported languages
2824
"eslint.validate": [
2925
"javascript",
30-
"javascriptreact",
3126
"typescript",
32-
"typescriptreact",
3327
"vue",
3428
"html",
3529
"markdown",
@@ -38,30 +32,19 @@
3832
"yaml",
3933
"toml",
4034
"xml",
41-
"gql",
42-
"graphql",
43-
"astro",
44-
"svelte",
4535
"css",
4636
"less",
4737
"scss",
4838
"pcss",
4939
"postcss"
5040
],
5141

52-
"[stx]": {
53-
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
54-
},
55-
56-
// TypeScript
5742
"typescript.tsdk": "${workspaceFolder}/node_modules/typescript/lib",
58-
"unocss.root": "${workspaceFolder}/storage/framework/core/ui/src/uno.config.ts",
59-
// Shell
43+
6044
"[shellscript]": {
6145
"editor.defaultFormatter": "foxundermoon.shell-format"
6246
},
6347

64-
// Markdown
6548
"[markdown]": {
6649
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
6750
"editor.formatOnSave": true
@@ -71,23 +54,6 @@
7154
"editor.defaultFormatter": "foxundermoon.shell-format"
7255
},
7356

74-
"markdownlint.config": {
75-
"default": true,
76-
"MD033": {
77-
"allowed_elements": [
78-
"details",
79-
"summary",
80-
"VPTeamPage",
81-
"VPTeamPageTitle",
82-
"VPTeamMembers",
83-
"script"
84-
]
85-
},
86-
"MD041": false
87-
},
88-
89-
// Stacks
90-
"vue.inlayHints.missingProps": true,
9157
"typescript.preferGoToSourceDefinition": true,
9258
"files.associations": {
9359
"buddy": "typescript",
@@ -117,8 +83,7 @@
11783
"explorer.confirmDragAndDrop": false,
11884
"todo-tree.highlights.enabled": true,
11985
"cSpell.ignorePaths": [
120-
"node_modules",
121-
"lang/de.yml"
86+
"node_modules"
12287
],
12388
"cSpell.dictionaries": [
12489
"custom-dictionary"
@@ -131,7 +96,7 @@
13196
"scope": "user",
13297
"addWords": true
13398
},
134-
"custom": true // enable the `custom` dictionary
99+
"custom": true
135100
},
136101
"terminal.integrated.scrollback": 10000,
137102
"grammarly.files.include": [

0 commit comments

Comments
 (0)