Skip to content

Commit

Permalink
docs: removed mention of dot notation in README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvolkmann authored and Kent C. Dodds committed Jun 4, 2017
1 parent f234648 commit 8ff62ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -165,9 +165,9 @@ use `eslint` to look for bugs and/or bad practices, and use `prettier` to enforc
#### --prettier

Passes prettier configuration options to prettier-eslint, such as `trailingComma` or `singleQuote`,
using the dot-notation.
using the same options as in prettier.

For example: `prettier-eslint --prettier.trailing-comma es5`
For example: `prettier-eslint --trailing-comma es5`

The options supported are the same as [prettier-eslint](https://github.com/prettier/prettier-eslint#prettieroptions-object)

Expand Down

0 comments on commit 8ff62ab

Please sign in to comment.