Skip to content

Commit

Permalink
docs: Demo not needing plugins and rule-extending for friendly plugin
Browse files Browse the repository at this point in the history
Demo not needing `plugins` and rule-extending for friendly plugin
  • Loading branch information
chrisbreiding authored Feb 18, 2020
2 parents 958549f + f1e3fd5 commit 091df8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ In your `.eslintrc.json`:
}
```

Or you can simply add its `recommended` config:

```json
{
"extends": ["plugin:chai-friendly/recommended"]
}
```

## Contribution Guide

To add a new rule:
Expand Down

0 comments on commit 091df8a

Please sign in to comment.