Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .commitlintrc.js

This file was deleted.

8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!--
Describe your changes in detail. Link issues [1].

If any commit in this pull request does not follow the Conventional Commit format [2], the pull request will be squash-merged. If the pull request's title does not follow this format, the pull request will be renamed. If you're fine with that, you can ignore the status check that fails on detection of format mismatch.

[1] https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue
[2] https://conventionalcommits.org
-->
7 changes: 0 additions & 7 deletions .husky/commit-msg

This file was deleted.

7 changes: 0 additions & 7 deletions .husky/pre-commit

This file was deleted.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@
"author": "Jonas Thelemann <e-mail+maevsi_stack@jonas-thelemann.de>",
"description": "Dargstack configuration for Vibetype.",
"devDependencies": {
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"conventional-changelog-conventionalcommits": "9.3.1",
"dargstack": "3.0.0",
"dargstack_rgen": "0.9.90",
"husky": "9.1.7"
"dargstack_rgen": "0.9.90"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.0.8"
}
},
"engines": {
"node": "24"
},
"license": "GPL-3.0-only",
"name": "@maevsi/stack",
"packageManager": "pnpm@10.33.2",
"private": true,
"repository": "https://github.com/maevsi/stack.git",
"scripts": {
"prepare": "husky && ./src/development/certificates/mkcert.sh"
"prepare": "./src/development/certificates/mkcert.sh"
},
"type": "module",
"version": "18.1.0"
Expand Down
Loading
Loading