Skip to content

Commit

Permalink
Fix documentation on how to use the rule (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
magarcia authored Jan 30, 2024
1 parent 7adc060 commit b9e9c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Then configure the rules you want to use under the rules section.
```json
{
"rules": {
"lodash-imports/rule-name": 2
"lodash-imports/no-direct-lodash-import": "error"
}
}
```
Expand Down

0 comments on commit b9e9c8f

Please sign in to comment.