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