mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
feat: disable statix
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
hooks = {
|
hooks = {
|
||||||
alejandra.enable = true; # formatter
|
alejandra.enable = true; # formatter
|
||||||
# deadnix.enable = true; # detect unused variable bindings in `*.nix`
|
# deadnix.enable = true; # detect unused variable bindings in `*.nix`
|
||||||
statix.enable = true; # lints and suggestions for Nix code(auto suggestions)
|
# statix.enable = true; # lints and suggestions for Nix code(auto suggestions)
|
||||||
prettier = {
|
prettier = {
|
||||||
enable = true;
|
enable = true;
|
||||||
excludes = [".js" ".md" ".ts"];
|
excludes = [".js" ".md" ".ts"];
|
||||||
|
|||||||
Reference in New Issue
Block a user