From 8d8498797b7e0a2cde65452370d311ccc11de803 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 14 Jul 2023 00:15:03 -0400 Subject: [PATCH] chore(package): tidy script `lint` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b65b47..25da860 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:watch": "tsc --watch", "clean": "rm -rf cjs coverage docs esm", "docs": "typedoc", - "lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .", + "lint": "eslint --ignore-path .gitignore --ext .js,.mjs,.ts .", "lint:fix": "npm run lint -- --fix", "lint:tsc": "tsc --noEmit", "postinstall": "husky install",