add linting, do more type hinting
This commit is contained in:
parent
46f3fc7480
commit
d4f02c10df
29 changed files with 3353 additions and 1354 deletions
5
scripts/lint
Executable file
5
scripts/lint
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
cd "$RUN_DIR"
|
||||
|
||||
npm run eslint src
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
node --experimental-vm-modules node_modules/.bin/jest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue