From cbf65f344c4afd60512d6a3c11c896f2174bc791 Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Mon, 9 Dec 2024 14:03:07 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bac9b18..81d44b9 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package && npm run test:gui", - "lint": "eslint .", + "lint": "eslint -c eslint.config.mjs .", "build": "node tasks", "npm": "npm i && cd src-admin && npm i -f", "translate": "translate-adapter",