fantomas: init (#672)

This commit is contained in:
Mikael Fangel 2023-10-28 10:50:09 +00:00 committed by GitHub
parent 315bc508ee
commit 8e34083935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -91,6 +91,9 @@
eslint_d = {
package = pkgs.nodePackages.eslint_d;
};
fantomas = {
package = pkgs.fantomas;
};
fnlfmt = {
package = pkgs.fnlfmt;
};

View file

@ -66,6 +66,7 @@
cbfmt.enable = true;
eslint.enable = true;
eslint_d.enable = true;
fantomas.enable = true;
fnlfmt.enable = true;
fourmolu.enable = true;
gofmt.enable = true;