Skip to content

Commit

Permalink
Merge pull request #96 from evert/tslint
Browse files Browse the repository at this point in the history
TSLint support
  • Loading branch information
evert authored Jun 17, 2018
2 parents 3b1b883 + 369f867 commit aa36f27
Show file tree
Hide file tree
Showing 38 changed files with 458 additions and 854 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ test-debug:

.PHONY: lint
lint:
eslint src/
tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'

.PHONY: fix
fix:
tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' --fix

.PHONY: tsbuild
tsbuild:
Expand Down
Loading

0 comments on commit aa36f27

Please sign in to comment.