mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Merge pull request #67 from beaugunderson/no-default-eslintrc
Don't run tests with the user's global .eslintrc
This commit is contained in:
commit
0ee335bb7f
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user