From edb0a70e143c9a130ea373730345b4bae226e215 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Mon, 19 Mar 2018 18:26:46 -0700 Subject: [PATCH] Run prettier to format all JSON. --- lerna.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index c98859af04..572e60f3f0 100644 --- a/lerna.json +++ b/lerna.json @@ -16,19 +16,10 @@ "cacheDir": ".changelog", "commands": { "publish": { - "ignore": [ - "*.md", - "test/**", - "codemods/**" - ] + "ignore": ["*.md", "test/**", "codemods/**"] } }, - "packages": [ - "packages/*", - "codemods/*" - ], + "packages": ["packages/*", "codemods/*"], "npmClient": "yarn", - "npmClientArgs": [ - "--no-lockfile" - ] + "npmClientArgs": ["--no-lockfile"] }