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 fad0522 commit 113f33bCopy full SHA for 113f33b
3 files changed
.npmrc
@@ -0,0 +1,5 @@
1
+## Make using NPM impossible.
2
+offline=true
3
+
4
+## Ignore scripts just in case.
5
+ignore-scripts=true
.yarnrc
@@ -0,0 +1,2 @@
+## Ignore scripts in case Yarn 1 is accidentally used.
+ignore-scripts true
.yarnrc.yml
@@ -30,4 +30,4 @@ npmPreapprovedPackages:
30
31
plugins:
32
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
33
- spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
+ spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
0 commit comments