mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-01-10 18:06:27 +02:00
Merge branch 'main' into feat-archives
This commit is contained in:
commit
409b10b728
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit ${1}
|
||||
. "$(where npx | head -n 1)" --no -- commitlint --edit ${1}
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
. "$(where npx | head -n 1)" lint-staged
|
||||
|
@ -14,7 +14,8 @@
|
||||
"postinstall": "node scripts/postinstall",
|
||||
"start": "node .",
|
||||
"studio": "npx prisma studio",
|
||||
"test": "node scripts/check-i18n"
|
||||
"test": "node scripts/check-i18n",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
@ -82,7 +83,7 @@
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^8.0.0",
|
||||
"lint-staged": "^13.3.0",
|
||||
"markdown-table": "^3.0.3",
|
||||
"nodemon": "^2.0.22"
|
||||
|
5163
pnpm-lock.yaml
generated
5163
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -48,6 +48,10 @@ commands:
|
||||
docs: Documentatie
|
||||
feedback: Feedback
|
||||
commands: Volledige commandolijst
|
||||
links: Handige links
|
||||
support: Ondersteuning
|
||||
settings: Bot-instellingen
|
||||
title: Hulp
|
||||
add:
|
||||
added: ➡️ {added} is toegevoegd door {by}.
|
||||
description: Voeg iemand toe aan een ticket
|
||||
@ -81,6 +85,8 @@ commands:
|
||||
not_staff:
|
||||
description: Alleen staffleden kunnen tickets claimen.
|
||||
title: ❌ Fout
|
||||
move:
|
||||
description: Verplaats een ticket naar een andere categorie
|
||||
message:
|
||||
pin:
|
||||
not_ticket:
|
||||
|
Loading…
Reference in New Issue
Block a user