wip: template
Some checks failed
/ check (20) (push) Failing after 3m33s
/ check (22) (push) Failing after 5s

Template will likely not be worked on for now

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-12-21 23:30:31 +01:00
parent 4b9c721ffd
commit 39e222fa55
3 changed files with 71 additions and 85 deletions

View File

@@ -1,9 +1,7 @@
{
"name": "@repo/root",
"description": "",
"files": [],
"private": true,
"license": "MIT",
"version": "0.0.0",
"author": {
"email": "hi@b00tload.space",
"name": "Alix von Schirp",
@@ -17,11 +15,15 @@
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "3.5.3",
"simple-git": "^3.30.0",
"turbo": "^2.5.6"
},
"files": [],
"scripts": {
"prepare": "husky"
},
"private": true,
"license": "MIT",
"husky": {
"shell": "bash"
},
@@ -29,6 +31,5 @@
"package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --fix .",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
},
"version": "0.0.0"
}
}