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 61fd52c commit 28e306dCopy full SHA for 28e306d
src/configs/sort.ts
@@ -113,7 +113,7 @@ export function sortPackageJson(): TypedFlatConfigItem[] {
113
export function sortTsconfig(): TypedFlatConfigItem[] {
114
return [
115
{
116
- files: ['**/tsconfig.json', '**/tsconfig.*.json'],
+ files: ['**/[jt]sconfig.json', '**/[jt]sconfig.*.json'],
117
name: 'coderwyd/sort/tsconfig-json',
118
rules: {
119
'jsonc/sort-keys': [
0 commit comments