Skip to content

Commit 051c06b

Browse files
committed
Regen schema
1 parent 356a549 commit 051c06b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crates/oxc_formatter/tests/snapshots/schema_json.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ expression: json
7575
"experimentalSortPackageJson": {
7676
"description": "Experimental: Sort `package.json` keys. (Default: true)",
7777
"default": true,
78-
"type": "boolean"
78+
"type": "boolean",
79+
"markdownDescription": "Experimental: Sort `package.json` keys. (Default: true)"
7980
},
8081
"ignorePatterns": {
8182
"description": "Ignore files matching these glob patterns. Current working directory is used as the root.",

npm/oxfmt/configuration_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"experimentalSortPackageJson": {
7272
"description": "Experimental: Sort `package.json` keys. (Default: true)",
7373
"default": true,
74-
"type": "boolean"
74+
"type": "boolean",
75+
"markdownDescription": "Experimental: Sort `package.json` keys. (Default: true)"
7576
},
7677
"ignorePatterns": {
7778
"description": "Ignore files matching these glob patterns. Current working directory is used as the root.",

0 commit comments

Comments
 (0)