format pugrc file as well

This commit is contained in:
Michael Czechowski
2024-10-18 22:59:07 +02:00
parent 691c734afb
commit 63f609d9b4
2 changed files with 1165 additions and 1172 deletions

2335
.pugrc

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --public-url / index.pug --open", "start": "parcel --public-url / index.pug --open",
"build": "parcel build index.pug --no-minify", "build": "parcel build index.pug --no-minify",
"format": "npx prettier --write src/**/*.{ts,pug} index.pug package.json", "format": "npx prettier --write src/**/*.pug index.pug package.json && npx prettier --write --parser json .pugrc",
"deploy": "make deploy" "deploy": "make deploy"
}, },
"author": "Michael Werner Czechowski <mail@dailysh.it>", "author": "Michael Werner Czechowski <mail@dailysh.it>",