Is anyone using eslint i…

less than 1 minute read

Is anyone using eslint instead of tslint?

Responses:

Yep!

Is the nx-enforce-module-boundaries still working with eslint? That is my biggest concern about

we are using it a lot

Yup, tslint and eslint use the same algorithms to determine the boundaries.

There’s a @nrwl/eslint-plugin-nx package that you can install

Updated: