summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-03 13:20:29 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-03 13:20:29 +0100
commiteb689d60aca8fc80e27ea60c4e4d7e848b01bea9 (patch)
tree9790f71c1575db04ed3c5a5b58fb7c764980e31e /Makefile
parent0b1c78b58644001e63ea0dad63138ad74b62e5ba (diff)
downloadwallet-core-eb689d60aca8fc80e27ea60c4e4d7e848b01bea9.tar.gz
wallet-core-eb689d60aca8fc80e27ea60c4e4d7e848b01bea9.tar.bz2
wallet-core-eb689d60aca8fc80e27ea60c4e4d7e848b01bea9.zip
remove deprecated --type-check option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index accec9553..f32dd7b8d 100644
--- a/Makefile
+++ b/Makefile
@@ -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