diff --git a/package.json b/package.json index 5ef9ac8..6ef7887 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "a documentation generator", "main": "index.js", "scripts": { - "test": "eslint index.js test/*.js test/streams/*.js && prova test/*.js test/streams/*.js", + "test": "eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/streams/*.js", "cover": "istanbul cover prova test/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS" }, "bin": {