remove deprecated --type-check option

This commit is contained in:
Florian Dold 2018-01-03 13:20:29 +01:00
parent 0b1c78b586
commit eb689d60ac
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -53,7 +53,7 @@ coverage: tsc yarn-install
.PHONY: lint
lint: tsc yarn-install
$(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
$(tslint) -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
.PHONY: yarn-install
i18n: yarn-install