check formatting

This commit is contained in:
nora 2022-03-06 17:05:19 +01:00
parent 1172ce0709
commit 1ef7b906ad
6 changed files with 52 additions and 15 deletions

View file

@ -6,7 +6,8 @@
"license": "MIT",
"scripts": {
"fmt": "prettier -w .",
"test": "prettier -c . && node test-all.js"
"check-fmt": "prettier -c .",
"test": "node test-all.js"
},
"dependencies": {
"@types/amqplib": "^0.8.2",