more eslint rules and fix bugs

This commit is contained in:
nora 2023-07-31 14:50:28 +02:00
parent 12fcc4f1bb
commit 854112da3c
13 changed files with 67 additions and 29 deletions

View file

@ -7,7 +7,8 @@
"dev": "node-dev --respawn src/index.ts",
"build": "tsc",
"fmt": "prettier -w .",
"test": "jest"
"test": "jest",
"lint": "eslint ."
},
"author": "",
"license": "ISC",