From aa13649acba45d9cb2ed776affed4ef4dda331c4 Mon Sep 17 00:00:00 2001 From: Aaron Brewer Date: Tue, 30 May 2023 10:58:44 -0400 Subject: [PATCH] chore(core): nx plugin submission @spaceribs/nx-betterer (#17290) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index dde20fc0e0..3ac1881d11 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -389,6 +389,11 @@ "description": "Nx plugin that allows you to build, test and deploy web extensions.", "url": "https://github.com/spaceribs/spaceribs/tree/main/packages/nx-web-ext" }, + { + "name": "@spaceribs/nx-betterer", + "description": "Nx plugin that applies betterer standards on a per-project basis.", + "url": "https://github.com/spaceribs/spaceribs/tree/main/packages/nx-betterer" + }, { "name": "@nx-tools/nx-container", "description": "Nx plugin to build OCI containers with Docker, Podman or Kaniko.",