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