Skip to content

Commit

Permalink
fix(sort): add missed config name
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Sep 6, 2024
1 parent 0ac263e commit 87f7683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const sortTsConfig = (): TypedConfigItem[] => [

export const sortI18nLocale = (): TypedConfigItem[] => [
{
name: 'ntnyq/sort/i18n-locale',
files: ['**/{locales,i18n}/*.json', '**/{locales,i18n}/*.y?(a)ml'],
rules: {
'jsonc/sort-keys': [
Expand Down

0 comments on commit 87f7683

Please sign in to comment.