Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Nov 25, 2023
1 parent f325ea2 commit 8971c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
{
"plugins": ["local-rules"],
"extends": [
"plugin:local-rules/error"
"plugin:local-rules/all"
]
}
```
Expand All @@ -71,7 +71,7 @@ module.exports = {
{
"plugins": ["local-rules"],
"extends": [
"plugin:local-rules/warn"
"plugin:local-rules/all-warn"
]
}
```
Expand Down

0 comments on commit 8971c68

Please sign in to comment.