dev: default to prettier until prettierd is fixed and updated

This commit is contained in:
raf 2023-07-13 23:19:15 +03:00
parent 75e796a981
commit 01a1fbdf55
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -23,7 +23,7 @@ with builtins; let
};
# TODO: specify packages
defaultFormat = "prettierd";
defaultFormat = "prettier";
formats = {
prettier = {
package = pkgs.nodePackages.prettier;