From d985c0fdade7359333e0dda3b3c23833d963ce46 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 12 Feb 2020 17:24:47 -0330 Subject: [PATCH] Update eslint file extensions Co-Authored-By: Mark Stacey --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c862eb..d44b01e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "build": "tsc --project .", "test": "jest", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx" + "lint": "eslint . --ext .js,.ts,.tsx" }, "author": "", "license": "ISC",