Hi! the plugin can't sort objects when some element is a destructuring thing: ```js let object = { someOb: {...ObjToDestructuring}, anOtherElement: {}, otherThird: {} } ```