We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9201e71 commit c6a33a2Copy full SHA for c6a33a2
.vscode/settings.json
@@ -1,6 +1,8 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.organizeImports": "explicit"
+ // "source.organizeImports": "explicit"
4
},
5
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
6
+ "editor.formatOnSave": true,
7
+ "editor.defaultFormatter": "oxc.oxc-vscode"
8
}
package.json
@@ -31,7 +31,7 @@
31
"devDependencies": {
32
"@changesets/cli": "^2.29.8",
33
"citty": "^0.1.5",
34
- "oxfmt": "^0.14.0",
+ "oxfmt": "^0.28.0",
35
"tinyglobby": "^0.2.2",
36
"tippy.js": "^6.3.7",
37
"typescript": "^5.7.0"
0 commit comments