Open tjx666 opened 1 year ago
I find my team member (front end newbie) will write code like this:
Object.assign(obj1, { ...obj2 });
A good one for this request https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2017
I find my team member (front end newbie) will write code like this: