Skip to content

Commit

Permalink
Docs: update prettier options in example (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
oieduardorabelo authored and not-an-aardvark committed Apr 15, 2017
1 parent cbf803c commit 0ae173f
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 @@ -47,12 +47,12 @@ Then configure the `prettier` rule under the `rules` section:
}
```

You can also pass `prettier` configuration as an option:
You can also pass [`prettier` configuration](https://github.com/prettier/prettier#api) as an option:

```json
{
"rules": {
"prettier/prettier": ["error", {"trailingComma": true, "singleQuote": true}]
"prettier/prettier": ["error", {"trailingComma": "es5", "singleQuote": true}]
}
}
```
Expand Down

0 comments on commit 0ae173f

Please sign in to comment.