From 0fe51a91a442aeb0c670f6983b01110c817ff74d Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 25 Feb 2026 18:57:30 +0000 Subject: [PATCH] test: add npm lint command --- js/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/package.json b/js/package.json index 3712f9b3..a494f9e5 100644 --- a/js/package.json +++ b/js/package.json @@ -16,6 +16,7 @@ "nyc": "^17.1.0" }, "scripts": { + "lint": "eslint", "test": "mocha", "ci-test": "mocha --reporter xunit --reporter-option output=mocha-results.xml" },