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
|
||||
Loading…
Add table
Add a link
Reference in a new issue