From 8ff62ab5437063b2d4299d168ac75a9aa209a1fd Mon Sep 17 00:00:00 2001 From: Mark Volkmann Date: Sun, 4 Jun 2017 12:51:03 -0500 Subject: [PATCH] docs: removed mention of dot notation in README.md (#70) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db233e6..1aa9c85 100644 --- a/README.md +++ b/README.md @@ -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)