From 4da2c55e7c97fb47a6656416c9d12543a830c8b1 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 5 Aug 2026 15:35:52 +0200 Subject: npmrc: Einstellungen für Pre- und Post-Skripte bei npm-Paketen angepasst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npm/npmrc | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'npm') diff --git a/npm/npmrc b/npm/npmrc index 6298d78..f0df53f 100644 --- a/npm/npmrc +++ b/npm/npmrc @@ -1,21 +1,21 @@ -; ~/.npmrc - -; default registry -registry=https://registry.npmjs.org/ - -; local packages: "npm install -g foo-bar" -prefix=${HOME}/.local - -; disable fund-spam -fund=false - -; suppresses notifications about new npm versions -update-notifier=false - -; reduce the attack surface for supply chain attacks -min-release-age=3 - -; disable pre- und post-scripts -ignore-scripts=true - -; vim: ft=dosini +; ~/.npmrc, %USERPROFILE%\.npmrc + +; default registry +registry=https://registry.npmjs.org/ + +; local packages: "npm install -g foo-bar" +prefix=${HOME}/.local + +; disable fund-spam +fund=false + +; suppresses notifications about new npm versions +update-notifier=false + +; reduce the attack surface for supply chain attacks +min-release-age=3 + +; whitelist for packages with pre- and post-scripts +allow-scripts=tree-sitter-cli + +; vim: ft=dosini -- cgit v1.3