Skip to content

Commit 81905a7

Browse files
committed
1.9.0
1 parent 0abd9b0 commit 81905a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -15,6 +15,7 @@
1515
"keywords": [
1616
"json-sorting",
1717
"oxc",
18+
"prettier",
1819
"prettier-config",
1920
"standard-config",
2021
"typescript"

src/types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)