chore(eslint-config-payload): improve perfectionist object sort order (#4678)

This commit is contained in:
Alessio Gravili
2024-01-03 21:45:34 +01:00
committed by Alessio Gravili
parent 4048f466c2
commit fca72c2b95

View File

@@ -68,7 +68,7 @@ module.exports = {
'partition-by-comment': true, 'partition-by-comment': true,
groups: ['top', 'unknown'], groups: ['top', 'unknown'],
'custom-groups': { 'custom-groups': {
top: ['_id', 'id', 'name'], top: ['_id', 'id', 'name', 'slug', 'type'],
}, },
}, },
], ],