We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff488e commit 781e627Copy full SHA for 781e627
1 file changed
info.json
@@ -63,9 +63,27 @@
63
},
64
{
65
"name": "dprint-plugin-biome",
66
- "description": "Biome (JS/TS) wrapper plugin.",
+ "description": "Biome (JS/TS/JSON) wrapper plugin.",
67
"selected": false,
68
"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",
87
"fileExtensions": [
88
"ts",
89
"tsx",
0 commit comments