Skip to content

Commit

Permalink
Merge pull request #459 from wheresrhys/types
Browse files Browse the repository at this point in the history
I think I've done a types??
  • Loading branch information
wheresrhys committed Oct 27, 2019
2 parents 8270ade + d8f4dad commit 42d7156
Show file tree
Hide file tree
Showing 7 changed files with 1,361 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ test-node6: transpile

lint-ci:
eslint --ignore-pattern test/fixtures/* src test
prettier *.md
dtslint --expectOnly types

lint:
eslint --cache --fix .
prettier --write *.md
dtslint --expectOnly types

coverage-report:
nyc --reporter=lcovonly --reporter=text mocha test/server.js
Expand Down
Loading

0 comments on commit 42d7156

Please sign in to comment.