From 9aa6a21dc622b687aef54ff01c395f61489ccf93 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Wed, 12 Jul 2023 16:19:17 +0200 Subject: [PATCH] build(package): update scripts property --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e851a77e..06e0c82e 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "url": "https://github.com/chrisguttandin/worker-timers.git" }, "scripts": { + "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", "prepare": "husky install", "prepublishOnly": "grunt build", "test": "grunt lint && grunt test"