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" },