Skip to content

Commit

Permalink
added tslint and fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 28, 2018
1 parent f9d37d9 commit d7aefeb
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 184 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ install:

test:
npm run test

lint:
npx tslint src/**.ts src/test/**.ts
89 changes: 33 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"mocha": "^5.2.0",
"tslint": "^5.8.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
}
}
Loading

0 comments on commit d7aefeb

Please sign in to comment.