Skip to content

Commit

Permalink
docs: fix syntax error in rule docs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Mar 10, 2024
1 parent e263636 commit 726dbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/ban-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example config:
"rules": {
"depend/ban-dependencies": ["error", {
"presets": ["native"]
}
}]
}
}
```
Expand All @@ -46,7 +46,7 @@ For example:
"rules": {
"depend/ban-dependencies": ["error", {
"modules": ["im-a-banned-package"]
}
}]
}
}
```
Expand Down

0 comments on commit 726dbcb

Please sign in to comment.