Merge pull request #67 from beaugunderson/no-default-eslintrc

Don't run tests with the user's global .eslintrc
This commit is contained in:
Tom MacWright 2015-05-06 15:58:46 -04:00
commit 0ee335bb7f

View File

@ -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": {