From a0cf3805e9c7f12ffe377998676107df8bb98324 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Tue, 31 Oct 2023 16:35:47 +0100 Subject: [PATCH] upgraded dream2nix config to build node packes --- nix/hooks.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/hooks.nix b/nix/hooks.nix index 0e32bba..e9879a8 100644 --- a/nix/hooks.nix +++ b/nix/hooks.nix @@ -5,7 +5,6 @@ settings = { hooks = { prettier.enable = true; - markdownlint.enable = true; eslint.enable = true; eslint.pass_filenames = false; };