From 4a541e54f5787802f2ecb39933777dd44629579d Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Thu, 14 Mar 2024 22:36:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Lint=20`ts`=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e259199bb8..df58ee9c76 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "clean": "rm -rf lib", "coverage": "codecov", "flow": "flow", - "lint": "eslint ./src && prettier --check src/**/*.js", + "lint": "eslint ./src && prettier --check src/**/*.{js,ts}", "package": "pkg . --output ./bin/gitmoji --targets latest-linux-x64,latest-macos-x64,latest-win-x64", "prepare": "husky install", "prepublishOnly": "yarn run lint && yarn run flow && yarn run test",