aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 362f5f6fb..444bfdcf5 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ coverage: tsc yarn-install
.PHONY: lint
lint: tsc yarn-install
- $(tslint) --type-check --project tsconfig.json -t verbose 'src/**/*.ts'
+ $(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts'
.PHONY: yarn-install
i18n: yarn-install