We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fe3dcc + bdbdc9d commit 0eea21dCopy full SHA for 0eea21d
package.json
@@ -17,10 +17,10 @@
17
"node": ">= 10"
18
},
19
"scripts": {
20
- "_mocha": "mocha \"test/*.js\" --timeout 120000",
+ "_mocha": "mocha --timeout 120000",
21
"clean": "rimraf coverage jsdoc \"test-workspace/{build,test.txt}\"",
22
"docs": "jsdoc -c jsdoc.json",
23
- "lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
+ "lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
24
"pretest": "node scripts/make-slink.js && npm run lint",
25
"test": "c8 npm run _mocha",
26
"watch": "npm run _mocha -- --watch --growl",
0 commit comments