Release v0.1.0 #5

Merged
B00tLoad merged 37 commits from release/v.0.1.0 into main 2025-09-01 12:19:37 +02:00
Showing only changes of commit 7db7cad18f - Show all commits

View File

@@ -64,7 +64,7 @@
},
"lint-staged": {
"package.json": "finepack",
"*.{js,ts,jsx,tsx}": "eslint --cache --fix . || true",
"*.{js,ts,jsx,tsx}": "(eslint --cache --fix .) || true",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
},
"type": "module"