Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove extraneous imports lint rule as it doesnt work in monorepo…
… setup - it seems to be disabled by default for actual production .ts files; but the rule is in "error" mode for spec files. - The rule doesn't seem to properly support mono-repos when configured properly. i.e. it only considers the top-level package.json — hence doesn't deal with cross-workspace deps.
- Loading branch information