Skip to content

Commit 781e627

Browse files
authored
Add oxc plugin (#30)
1 parent aff488e commit 781e627

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

info.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,27 @@
6363
},
6464
{
6565
"name": "dprint-plugin-biome",
66-
"description": "Biome (JS/TS) wrapper plugin.",
66+
"description": "Biome (JS/TS/JSON) wrapper plugin.",
6767
"selected": false,
6868
"configKey": "biome",
69+
"fileExtensions": [
70+
"ts",
71+
"tsx",
72+
"js",
73+
"jsx",
74+
"cjs",
75+
"mjs",
76+
"json"
77+
],
78+
"configExcludes": [
79+
"**/node_modules"
80+
]
81+
},
82+
{
83+
"name": "dprint-plugin-oxc",
84+
"description": "Oxc (JS/TS) wrapper plugin.",
85+
"selected": false,
86+
"configKey": "oxc",
6987
"fileExtensions": [
7088
"ts",
7189
"tsx",

0 commit comments

Comments
 (0)