Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chore): fix eslint default config major versions
This PR adjusts the default config versions for eslint airbnb and unicorn to the current major versions which are approved to work with our custom rules setting, as our own rules extend their defaults. By the current logic, always the latest versions are taken, which would mean our CI could break if new major versions of the default rules introduce some changes not reflected in our code.
- Loading branch information