From 4cd04a9bb35a8b180e0b3a6f4f2726fe156bb7b6 Mon Sep 17 00:00:00 2001 From: Jos Craw Date: Fri, 3 Mar 2023 16:43:06 +1300 Subject: [PATCH] fix: added more detail to the changeset Signed-off-by: Jos Craw --- .changeset/pink-dolls-unite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pink-dolls-unite.md b/.changeset/pink-dolls-unite.md index aca62166b4..418edfd92b 100644 --- a/.changeset/pink-dolls-unite.md +++ b/.changeset/pink-dolls-unite.md @@ -2,4 +2,4 @@ '@backstage/plugin-linguist-backend': patch --- -Added support for linguist-js options. +Added support for linguist-js options using the linguistJSOptions in the plugin, the available config can be found [here](https://www.npmjs.com/package/linguist-js#API).