Fix import order inconsistencies (#2289)

This commit is contained in:
Claire
2023-07-12 15:00:10 +02:00
committed by GitHub
parent a40529fa79
commit 67055b0343
5 changed files with 7 additions and 5 deletions

View File

@@ -247,7 +247,12 @@ module.exports = {
},
// Internal packages
{
pattern: '{mastodon/**,flavours/glitch-soc/**}',
pattern: '{mastodon/**}',
group: 'internal',
position: 'after',
},
{
pattern: '{flavours/glitch-soc/**}',
group: 'internal',
position: 'after',
},