- Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead
Examples of incorrect code for this rule:.
You can check them out here.