Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 1efd575

Browse files
committed
Update jsonc rules
1 parent 47fcb2b commit 1efd575

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/rules/jsonc/no-irregular-whitespace.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface NoIrregularWhitespaceOption {
88
skipStrings?: boolean;
99
skipTemplates?: boolean;
1010
skipRegExps?: boolean;
11+
skipJSXText?: boolean;
1112
}
1213

1314
/**

src/rules/jsonc/sort-keys.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export type SortKeysOption =
2626
natural?: boolean;
2727
};
2828
minKeys?: number;
29+
allowLineSeparatedGroups?: boolean;
2930
},
3031
...{
3132
pathPattern: string;
@@ -48,6 +49,7 @@ export type SortKeysOption =
4849
natural?: boolean;
4950
};
5051
minKeys?: number;
52+
allowLineSeparatedGroups?: boolean;
5153
}[],
5254
]
5355
| []
@@ -58,6 +60,7 @@ export type SortKeysOption =
5860
caseSensitive?: boolean;
5961
natural?: boolean;
6062
minKeys?: number;
63+
allowLineSeparatedGroups?: boolean;
6164
},
6265
];
6366

0 commit comments

Comments
 (0)