mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
dev: default to prettier until prettierd is fixed and updated
This commit is contained in:
parent
75e796a981
commit
01a1fbdf55
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ with builtins; let
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: specify packages
|
# TODO: specify packages
|
||||||
defaultFormat = "prettierd";
|
defaultFormat = "prettier";
|
||||||
formats = {
|
formats = {
|
||||||
prettier = {
|
prettier = {
|
||||||
package = pkgs.nodePackages.prettier;
|
package = pkgs.nodePackages.prettier;
|
||||||
|
|
Loading…
Reference in a new issue