Compare commits

..

1 commit

Author SHA1 Message Date
9210c9a29b
WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Failing after 19s
/ report-size (push) Has been skipped
/ report-download-check (push) Has been skipped
This should hopefully reduce the complexity of the action
2025-07-10 23:57:20 +02:00
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,5 @@
# See: https://prettier.io/docs/en/configuration
printWidth: 80
tabWidth: 2
useTabs: false

View file

@ -26,12 +26,10 @@
# Setup formatters
treefmt = {
# Ignore images
settings.global.excludes = [
"*.png"
"dist/*"
];
settings.global.excludes = [ "*.png" "dist/"];
projectRootFile = "flake.nix";
programs = {
mdformat.enable = true;
nixfmt.enable = true;
shfmt.enable = true;
shellcheck.enable = true;