From: Justin Wind Date: Tue, 26 Nov 2024 21:04:39 +0000 (-0800) Subject: lint the tests X-Git-Tag: v2.1.0~2 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=0d1329332909c25d83440fb8f99155a976776fa1;p=squeep-mystery-box lint the tests --- 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" },