fix: type checking errors; feat: added .yarnrc file; chore: linting

This commit is contained in:
Roberto Tonino
2021-05-11 20:21:37 +02:00
parent d672b9bc55
commit 9fc36abf06
21 changed files with 146 additions and 145 deletions

View File

@@ -1,10 +1,10 @@
NODE_BIN ?= .\node_modules\.bin
lint:
@$(NODE_BIN)\eslint ./src/** --fix
$(NODE_BIN)\eslint ./src/** --fix
test:
@$(NODE_BIN)\jest
$(NODE_BIN)\jest
build: lint test
@$(NODE_BIN)\tsc
$(NODE_BIN)\tsc