Skip to content

Commit

Permalink
fix: Temporarily disable eclint (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjain17 authored May 28, 2024
1 parent 1c34dfa commit f649fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
check.enable = true;
settings = {
hooks = {
eclint.enable = true;
eclint.enable = false;
};
};
};
Expand Down

0 comments on commit f649fef

Please sign in to comment.