From 0d50b13a252a137b2caebe9e60e2ed6d4f46d4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20G=C3=B3mez=20Sibecas?= Date: Sun, 22 Sep 2024 22:18:28 -0300 Subject: [PATCH] chore(core): nx plugin submission nx-solhint (#28026) # Community Plugin Submission ## nx-solhint --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index f48e53699e..c978f8d561 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -498,5 +498,10 @@ "name": "nx-github-pages", "description": "A small Nx plugin to make deploying static projects to GitHub Pages easy.", "url": "https://github.com/agentender/nx-github-pages" + }, + { + "name": "nx-solhint", + "description": "Solhint generators and inferred tasks for Nx", + "url": "https://github.com/juliangsibecas/nx-solhint" } ]