From e37f4467f85bdb69c826d4b19cd45262bcc67edf Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Tue, 8 Oct 2019 18:41:41 +0200 Subject: [PATCH] fix linting of scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 956dc46dbd..72cb676b8d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "npm": "^6" }, "scripts": { - "lint": "eslint --ext .js ./scripts --fix", + "lint": "eslint --ext .js ./test --fix", "test": "npm run lint && gulp test && gulp apidoc", "test:build": "gulp test:prepare:build", "test:api-v3": "gulp test:api-v3",