We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, Thank you for the great PLUGIN! I'm trying to add this plugin to my project, however, this is what I get:
Found .eslintrc.json Cannot read properties of undefined (reading 'rules')
$: nx v _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 13.3.7 Node: 16.14.0 @angular-devkit/architect 0.1303.7 @angular-devkit/build-angular 13.3.7 @angular-devkit/core 13.3.7 @angular-devkit/schematics 13.1.4 @angular/cli 13.3.7 @schematics/angular 13.3.7 rxjs 7.5.5 typescript 4.6.4
thank you.
The text was updated successfully, but these errors were encountered:
I have this same issue and I'm using Angular 15 and NX 16
Sorry, something went wrong.
to fix this issue": just change '@nrwl/nx/enforce-module-boundaries' in your .eslintrc.json file to '@nx/enforce-module-boundaries'
No branches or pull requests
Hey,
Thank you for the great PLUGIN!
I'm trying to add this plugin to my project, however, this is what I get:
thank you.
The text was updated successfully, but these errors were encountered: