File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
crates/oxc_formatter/tests/snapshots Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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." ,
Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments