WIP: refactor: port to JS
This should hopefully reduce the complexity of the action
This commit is contained in:
parent
a26909cb8c
commit
9210c9a29b
20 changed files with 215057 additions and 108 deletions
|
@ -26,7 +26,7 @@
|
|||
# Setup formatters
|
||||
treefmt = {
|
||||
# Ignore images
|
||||
settings.global.excludes = [ "*.png" ];
|
||||
settings.global.excludes = [ "*.png" "dist/"];
|
||||
projectRootFile = "flake.nix";
|
||||
programs = {
|
||||
mdformat.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue