nx monorepo to test some es-lint import rules
getting started:
- clone the repo
npm installnpm run lint
We have 2 libs lib-a and lib-b.
- the file child.ts in
lib-bimportsimport { libA } from '@lint-test/lib-a'; - this import is erronously flagged by the no-relative-parent-imports rule as invalid: see issue#2467