summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--treefmt.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/treefmt.nix b/treefmt.nix
index 1cbab40..78a14d0 100644
--- a/treefmt.nix
+++ b/treefmt.nix
@@ -47,6 +47,7 @@ treefmt-nix.lib.evalModule pkgs (
};
};
};
+
stylua.enable = true;
ruff = {
enable = true;
@@ -67,6 +68,10 @@ treefmt-nix.lib.evalModule pkgs (
shfmt = {
includes = ["*.bash"];
};
+ prettier = {
+ command = pkgs.nodePackages.prettier;
+ includes = ["*.html" "*.js"];
+ };
};
};
}