diff --git a/nix/pre-commit.nix b/nix/pre-commit.nix index 6a1c5be5..752d692e 100644 --- a/nix/pre-commit.nix +++ b/nix/pre-commit.nix @@ -5,7 +5,7 @@ check.enable = true; settings = { hooks = { - eclint.enable = true; + eclint.enable = false; }; }; };