From 0d92b558ca813ebf013ddfeddedf43fdb7aa177f Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 11 Nov 2018 01:33:27 +0100 Subject: [PATCH] Add missing "prettier/vue" in example config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe6a49..640affe 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,8 @@ Exit codes: "prettier/flowtype", "prettier/react", "prettier/standard", - "prettier/unicorn" + "prettier/unicorn", + "prettier/vue" ], "plugins": [ "flowtype",