Skip to content

Commit

Permalink
fix: add storybook only packages to depcheckrc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Nov 29, 2024
1 parent c7108fd commit ec5cd0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ ignores:
- '@testing-library/dom'
- 'mini-css-extract-plugin'
- 'webpack-cli'
# Used only in storybook (ui/__mocks__/)
- '@metamask/eth-block-tracker'
- '@metamask/eth-json-rpc-infura'
- '@metamask/swappable-obj-proxy'

# files depcheck should not parse
ignorePatterns:
Expand Down

0 comments on commit ec5cd0b

Please sign in to comment.