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.
1 parent afeca35 commit ac8251cCopy full SHA for ac8251c
package.json
@@ -21,8 +21,8 @@
21
},
22
"scripts": {
23
"test": "npm-run-all --parallel lint test:unit",
24
- "test:unit": "node --test test/test_*.js",
25
- "lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
+ "test:unit": "node --test ./test/test_*.js",
+ "lint": "eslint --cache ./lib ./bin/* ./test ./test/bin/* && echo ✓"
26
27
"engines": {
28
"node": ">= 18"
0 commit comments