Skip to content

Commit

Permalink
docs(linter): fix scoped plugin name (#16885)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
  • Loading branch information
Belco90 and isaacplmann authored Jun 2, 2023
1 parent 7042010 commit a0b41eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/core-features/enforce-project-boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ And configure the rule in your root `.eslintrc.json` file:

```jsonc {% fileName=".eslintrc.json" %}
{
"plugins": ["@nx/nx"],
"plugins": ["@nx"],
// ...
"rules": {
"@nx/enforce-module-boundaries": [
Expand Down

1 comment on commit a0b41eb

@vercel
Copy link

@vercel vercel bot commented on a0b41eb Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.