.npmrc 861 B

1234567891011121314151617181920
  1. registry = "https://registry.npmmirror.com"
  2. ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
  3. # ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
  4. public-hoist-pattern[]=lefthook
  5. # ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
  6. # ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
  7. # ELECTRON_BUILDER_BINARIES_MIRROR="https://npmmirror.com/mirrors/electron-builder-binaries/"
  8. # ELECTRON_BUILDER_BINARIES_MIRROR="https://npm.taobao.org/mirrors/electron-builder-binaries/"
  9. public-hoist-pattern[]=husky
  10. public-hoist-pattern[]=eslint
  11. public-hoist-pattern[]=prettier
  12. public-hoist-pattern[]=prettier-plugin-tailwindcss
  13. public-hoist-pattern[]=stylelint
  14. public-hoist-pattern[]=*postcss*
  15. public-hoist-pattern[]=@commitlint/*
  16. public-hoist-pattern[]=czg
  17. strict-peer-dependencies=false
  18. auto-install-peers=true
  19. dedupe-peer-dependents=true