Skip to content

Commit

Permalink
Added npm badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Dec 5, 2017
1 parent ea98d65 commit 903ca75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-chai-friendly

[![npm](https://img.shields.io/npm/v/eslint-plugin-chai-friendly.svg)](https://www.npmjs.com/package/eslint-plugin-chai-friendly) [![npm](https://img.shields.io/npm/dm/eslint-plugin-chai-friendly.svg)](https://www.npmjs.com/package/eslint-plugin-chai-friendly)

This plugin overrides `no-unused-expressions` to make it friendly towards chai `expect` and `should` statements.

```javascript
Expand Down Expand Up @@ -67,8 +69,3 @@ More info in the original rule's [docs](http://eslint.org/docs/rules/no-unused-e
## Supported Rules

- chai-friendly/no-unused-expressions





0 comments on commit 903ca75

Please sign in to comment.