From 8ead5e1231838462b21028fcc5d40921265808e2 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:41:27 +0200 Subject: [PATCH] :robot: chore(package.json): Configure prettier. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/prettier:config.js Please contact the author of the transform if you believe there was an error. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6c0d61c6..a74dcc17 100644 --- a/package.json +++ b/package.json @@ -191,5 +191,8 @@ ] } } + }, + "prettier": { + "trailingComma": "all" } }