Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: disable eslint import/no-unresolved rule
The rule has a lot of false positives with monorepos. Ts compiler will complain about unresolved imports anyway, so we can safely ignore them here.
- Loading branch information