From 7f58bad9e1f4a3c4f788101ec38b9279ca6e8dc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20P=C3=B6hls?= <mp@seda.digital>
Date: Sat, 26 Nov 2022 06:41:14 +0100
Subject: [PATCH] add lint script

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1b4bc7c..c8483ff 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "url": "git+https://github.com/supercharge/mongodb-github-action.git"
   },
   "scripts": {
-    "list-tests": "lab --assert @hapi/code --dry --verbose",
+    "lint": "eslint test --ext .js",
     "test": "c8 --include=dist uvu --ignore fixtures",
     "posttest": "c8 report --reporter=html"
   }