From 0d1329332909c25d83440fb8f99155a976776fa1 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 26 Nov 2024 13:04:39 -0800 Subject: [PATCH] lint the tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 774baf0..7b1d361 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "audit": "npm audit", "coverage": "nyc npm test", - "eslint": "eslint index.js lib", + "eslint": "eslint index.js lib test", "test": "mocha --recursive", "prepare": "husky" }, -- 2.49.0