From adcf82e240c2621613ce6529496f28cff76871f6 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 29 Aug 2019 13:04:24 +0200 Subject: [PATCH] chore: run lint over ts files via jest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 477c024d7..2ec5ae599 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "displayName": "lint", "runner": "jest-runner-eslint", "testMatch": [ - "/**/*.js" + "/**/*.{js,ts}" ], "testPathIgnorePatterns": [ "/lib/.*"