Feb 28, 2022
nx and Angular are an awesome combination. One of the things I really like about ESLint with nx is the circular reference scanning. When your application grows and you have multiple libraries, sometimes a circular reference can sneak in. With nx and ESLint, we are notified as soon as this happens so we can fix our dependencies.