Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enforce yarn.lock deduplication via linter
refs DE-397 When upgrading packages through yarn, the yarn.lock file tends to become bloated with multiple versions of the same packages, even if the latest version is compatible with all of them. Enforcing the yarn deduplicator allows us to keep the file as tidy as possible. Test Plan: 1. Ensure that the linter passes when the file is properly deduped. 2. Ensure that the linter fails when the file needs to be deduped. Change-Id: Ib606f7ab2c40dcb29bec7ba1c8cb7af2c8611f97 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/256675 Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Ahmad Amireh <[email protected]> QA-Review: Aaron Ogata <[email protected]> Product-Review: Aaron Ogata <[email protected]>
- Loading branch information