From 04a8e04806db0b47e0282db3cebb1ea46dda4215 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 11 May 2022 09:32:32 -0700 Subject: [PATCH] fix: Don't specify any jsxBracketSameLine parameter if none is specified (#430) By removing the default value for jsx-bracket-same-line (which is just `undefined` anyway), no option value at all for jsxBracketSameLine will be generated if none is specified. Then if a recent version of prettier is in use for which that option is deprecated, it won't complain. Resolves #428. --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index b2d3958..952a2d4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -232,6 +232,15 @@ "maintenance" ] }, + { + "login": "gwhitney", + "name": "Glen Whitney", + "avatar_url": "https://avatars.githubusercontent.com/u/3825429?v=4", + "profile": "https://github.com/gwhitney", + "contributions": [ + "maintenance" + ] + }, { "login": "idahogurl", "name": "Rebecca Vest", diff --git a/README.md b/README.md index a896a50..3a97b00 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Thanks goes to these people ([emoji key][emojis]):
Steven Scaffidi

📖
Daniel Wilhelmsen

💻 🚧 +
Glen Whitney

🚧
Rebecca Vest

💻