We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3e09a commit c4367b1Copy full SHA for c4367b1
.vscode/settings.json
@@ -6,7 +6,7 @@
6
}
7
},
8
"[jsonc]": {
9
- "editor.defaultFormatter": "dprint.dprint",
+ "editor.defaultFormatter": "vscode.json-language-features",
10
"editor.quickSuggestions": {
11
"strings": true
12
package.json
@@ -126,7 +126,7 @@
126
"react": "18.2.0",
127
"react-dom": "18.2.0",
128
"typescript": ">=5.3.3",
129
- "esbuild": "0.19.8",
+ "esbuild": "0.19.10",
130
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
131
"has": "npm:@nolyfill/has@latest",
132
"array-includes": "npm:@nolyfill/array-includes@latest",
0 commit comments