We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee89a7 commit 5dff7e4Copy full SHA for 5dff7e4
src/configs/sort.ts
@@ -117,7 +117,7 @@ export async function sortPackageJson(): Promise<TypedFlatConfigItem[]> {
117
export function sortTsconfig(): TypedFlatConfigItem[] {
118
return [
119
{
120
- files: ['**/tsconfig.json', '**/tsconfig.*.json'],
+ files: ['**/[jt]sconfig.json', '**/[jt]sconfig.*.json'],
121
name: 'antfu/sort/tsconfig-json',
122
rules: {
123
'jsonc/sort-keys': [
0 commit comments