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 a3a3415 commit 7546884Copy full SHA for 7546884
package.json
@@ -31,7 +31,7 @@
31
"lib/shadow/**"
32
],
33
"scripts": {
34
- "check:dependency-check": "dependency-check '*.js' 'lib/shadow/*.cjs' '*.mjs' 'test/**/*.js' --no-dev",
+ "check:dependency-check": "dependency-check '*.js' 'lib/shadow/*.cjs' '*.mjs' 'test/**/*.js' --no-dev --ignore-module node:test",
35
"check:installed-check": "installed-check -i eslint-plugin-jsdoc",
36
"check:lint": "eslint --report-unused-disable-directives .",
37
"check:tsc": "tsc",
0 commit comments