FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/.npmrc at main · jpettit/sourcegraph · GitHub
jpettit
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
.npmrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 1007 Bytes
Breadcrumbs
sourcegraph
/
.npmrc
Copy path
File metadata and controls
18 lines (15 loc) · 1007 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
Disabling pnpm [hoisting](https://pnpm.io/npmrc#hoist) by setting `hoist=false` is recommended on
#
projects using rules_js so that pnpm outside of Bazel lays out a node_modules tree similar to what
#
rules_js lays out under Bazel (without a hidden node_modules/.pnpm/node_modules)
hoist
=
false
#
We have to hoist storybook packages because storybok@6 is incompatible with pnpm and relies on
#
package hoisting for internal imports. We cannot migrate to storybook@7 because it's currently
#
in beta and multiple addons that we use are not yet compatible with the beta version.
#
The storybook@7 is fully compatible with pnpm, and once addons are updated, we can upgrade
#
and remove these hoist patterns. For more context, see:
#
https://github.com/storybookjs/storybook/issues/13428#issuecomment-1368062647
public-hoist-pattern[]
=
*storybook*
public-hoist-pattern[]
=
global
#
We have to hoist eslint packages to use them in the `.eslintrc` config.
public-hoist-pattern[]
=
*eslint*
auto-install-peers
=
true
Back
|
FazBrowse Home
|
New Git URL