From a181f5557688fb87df722e5bf81c794fb9a3ee2f Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:07:51 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21662f8..fe2bde2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "echo \"Error: configure and run homebridge to start\" && exit 1", - "lint:js": "eslint resources/*.js", + "lint:js": "eslint *.js", "lint": "npm run lint:js" }, "engines": {