add linting, do more type hinting

This commit is contained in:
Zutatensuppe 2021-05-29 17:58:05 +02:00
parent 46f3fc7480
commit d4f02c10df
29 changed files with 3353 additions and 1354 deletions

5
scripts/lint Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh -e
cd "$RUN_DIR"
npm run eslint src

View file

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/sh -e
node --experimental-vm-modules node_modules/.bin/jest