diff --git a/package.json b/package.json index 0c28848..f161b67 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "node": ">= 0.6" }, "scripts": { - "lint": "eslint **/*.js", + "lint": "eslint .", "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"