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",