Skip to content

Commit c6a33a2

Browse files
huseeiinbrenelz
andauthored
disable organizeImports and set oxc formatter and upgrade oxfmt (#2062)
Co-authored-by: Brenley Dueck <brenleydueck@gmail.com>
1 parent 9201e71 commit c6a33a2

File tree

3 files changed

+125
-120
lines changed

3 files changed

+125
-120
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.organizeImports": "explicit"
3+
// "source.organizeImports": "explicit"
44
},
5-
"typescript.tsdk": "node_modules/typescript/lib"
5+
"typescript.tsdk": "node_modules/typescript/lib",
6+
"editor.formatOnSave": true,
7+
"editor.defaultFormatter": "oxc.oxc-vscode"
68
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@changesets/cli": "^2.29.8",
3333
"citty": "^0.1.5",
34-
"oxfmt": "^0.14.0",
34+
"oxfmt": "^0.28.0",
3535
"tinyglobby": "^0.2.2",
3636
"tippy.js": "^6.3.7",
3737
"typescript": "^5.7.0"

0 commit comments

Comments
 (0)