diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-03 13:20:29 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-03 13:20:29 +0100 |
commit | eb689d60aca8fc80e27ea60c4e4d7e848b01bea9 (patch) | |
tree | 9790f71c1575db04ed3c5a5b58fb7c764980e31e | |
parent | 0b1c78b58644001e63ea0dad63138ad74b62e5ba (diff) |
remove deprecated --type-check option
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |