From 134912e9d3aa71489b9348b69959edc736885c97 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Wed, 9 Apr 2025 19:42:31 +0200 Subject: [PATCH] formatter.nix: Exclude **/node_modules/* --- formatter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/formatter.nix b/formatter.nix index 69571e244..235ee76af 100644 --- a/formatter.nix +++ b/formatter.nix @@ -37,6 +37,7 @@ "vars/*" # prettier messes up our mkdocs flavoured markdown "*.md" + "**/node_modules/*" "checks/data-mesher/vars/*" "checks/lib/ssh/privkey"