From e6f5ea910b3ff1c1056c2d1198f019730390a7e3 Mon Sep 17 00:00:00 2001 From: oleiade Date: Fri, 17 Nov 2023 16:32:22 +0100 Subject: [PATCH] Update npm run lint rule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c722cd2..3a122a2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "scripts": { "webpack": "webpack", "test": "npm run webpack && docker-compose down && docker-compose up --build -d && sleep 15 && k6 run tests/index.js", - "lint": "npx eslint src/**/*.ts", + "lint": "npx eslint src tests examples", "ci-test": "npm run webpack && k6 run tests/index.js" }, "keywords": [