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:
parent
da007aca8c
commit
52a36ed8c8
61 changed files with 1708 additions and 872 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue