chore(eslint-config-payload): improve perfectionist object sort order (#4678)
This commit is contained in:
committed by
Alessio Gravili
parent
4048f466c2
commit
fca72c2b95
@@ -68,7 +68,7 @@ module.exports = {
|
||||
'partition-by-comment': true,
|
||||
groups: ['top', 'unknown'],
|
||||
'custom-groups': {
|
||||
top: ['_id', 'id', 'name'],
|
||||
top: ['_id', 'id', 'name', 'slug', 'type'],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user