File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @standard-config/prettier" ,
3- "version" : " 1.8.1 " ,
3+ "version" : " 1.9.0 " ,
44 "description" : " TypeScript-first Prettier config" ,
55 "license" : " MIT" ,
66 "author" : {
1515 "keywords" : [
1616 " json-sorting" ,
1717 " oxc" ,
18+ " prettier" ,
1819 " prettier-config" ,
1920 " standard-config" ,
2021 " typescript"
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ type DefaultOptions = {
1212 bracketSpacing ?: PrettierOptions [ 'bracketSpacing' ] ;
1313 /**
1414 * Define a custom sort order for JSON files.
15+ *
16+ * When using an array, use `*` to place unmatched keys anywhere in the sort
17+ * order. If the wildcard isn’t present, unmatched keys will be sorted last.
1518 */
1619 jsonSortOrder ?: string | string [ ] | undefined ;
1720 /**
You can’t perform that action at this time.
0 commit comments