diff --git a/package.json b/package.json index 3070cfb1fc..c6f822568e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "npm": ">=3.0.0" }, "scripts": { - "lint": "aegir-lint", + "lint": "eslint -c node_modules/aegir/config/eslintrc.yml src test", "coverage": "gulp coverage", "test": "gulp test", "test:node": "gulp test:node",