diff --git a/package.json b/package.json index cdddb5f..4e74cd8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "scripts": { "build": "rimraf ./lib && tsc", - "lint": "prettier ./src --check && eslint", + "lint": "prettier ./src --check && eslint ./src", "fmt": "prettier ./src --write", "link": "npm link && npm link testcafe-browser-provider-saucelabs-official" },