Skip to content

Commit

Permalink
fix depcheck for w3up-client
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 1, 2023
1 parent ddeab48 commit b8dd983
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
18 changes: 13 additions & 5 deletions packages/w3up-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
"assert": "^2.0.0",
"c8": "^7.13.0",
"docusaurus-plugin-typedoc": "^0.18.0",
"eslint-plugin-jsdoc": "^46.8.2",
"hundreds": "^0.0.9",
"mocha": "^10.1.0",
"multiformats": "^12.1.2",
"npm-run-all": "^4.1.5",
"playwright-test": "^12.3.4",
"standard": "^17.0.0",
"typedoc": "^0.23.24",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-missing-exports": "^1.0.0",
Expand Down Expand Up @@ -185,10 +185,18 @@
"url": "https://github.com/web3-storage/w3up-client/issues"
},
"homepage": "https://github.com/web3-storage/w3up-client#readme",
"standard": {
"env": [
"browser",
"mocha"
"depcheck": {
"ignorePatterns": [
"dist"
],
"ignores": [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"assert",
"c8",
"docusaurus-plugin-typedoc",
"typedoc-plugin-markdown",
"typedoc-plugin-missing-exports"
]
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8dd983

Please sign in to comment.