We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc63b8d + 0ee335b commit 390f648Copy full SHA for 390f648
package.json
@@ -4,7 +4,7 @@
4
"description": "a documentation generator",
5
"main": "index.js",
6
"scripts": {
7
- "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",
8
"cover": "istanbul cover prova test/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS"
9
},
10
"bin": {
0 commit comments