Skip to content

Commit 5c29839

Browse files
committed
chore: update VSCode settings for dprint path
1 parent 675d086 commit 5c29839

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.vscode/settings.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@
88
"[typescript]": {
99
"editor.defaultFormatter": "dprint.dprint"
1010
},
11+
"dprint.path": "node_modules/.bin/dprint",
1112
"editor.codeActionsOnSave": {
12-
"source.formatting": "explicit",
1313
"source.fixAll": "never",
1414
"source.fixAll.eslint": "explicit",
15+
"source.formatting": "explicit",
1516
"source.organizeImports": "never"
1617
},
18+
"eslint.rules.customizations": [
19+
{
20+
"rule": "@eslint-react/debug/*",
21+
"severity": "info"
22+
}
23+
],
1724
"eslint.validate": [
1825
"javascript",
1926
"javascriptreact",
@@ -30,15 +37,9 @@
3037
"mode": "auto"
3138
}
3239
],
33-
"eslint.rules.customizations": [
34-
{
35-
"rule": "@eslint-react/debug/*",
36-
"severity": "info"
37-
}
38-
],
3940
"files.exclude": {
40-
"**/.zed": true,
41-
"*.bundled_*.mjs": true
41+
"*.bundled_*.mjs": true,
42+
"**/.zed": true
4243
},
4344
"mdx.server.enable": true,
4445
"npm.packageManager": "pnpm",

0 commit comments

Comments
 (0)