Feature/message sending #2

Merged
B00tLoad merged 28 commits from feature/message-sending into develop 2025-08-31 13:59:38 +02:00
Showing only changes of commit 4750b3baf9 - Show all commits

View File

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