1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

code style and add tslint

This commit is contained in:
Robin Appelman 2017-07-30 22:43:51 +02:00
commit 52a36ed8c8
61 changed files with 1708 additions and 872 deletions

View file

@ -18,3 +18,7 @@ build: node_modules
.PHONY: test
test: node_modules
node node_modules/.bin/mocha --opts mocha.opts
.PHONY: lint
lint: node_modules
node_modules/.bin/tslint -p tsconfig.json