Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
chore: trim trailing whitespace in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pietvanzoen committed Feb 20, 2017
1 parent bb54b45 commit 40e1af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm i fnlint --save
With yarn:

```
yarn add fnlint
yarn add fnlint
```

## Usage
Expand All @@ -41,8 +41,8 @@ fnlint --config fnlint.json

#### Results

- **`ok`** Boolean pass value. `true` if all files pass.
- **`passing`** Array of passing file paths.
- **`ok`** Boolean pass value. `true` if all files pass.
- **`passing`** Array of passing file paths.
- **`failing`** Array of failing file paths.

#### Example
Expand Down

0 comments on commit 40e1af0

Please sign in to comment.